Modal Popup Visible with Event or Delegateshttp://forums.asp.net/t/1710471.aspx/1?Modal+Popup+Visible+with+Event+or+DelegatesTue, 16 Aug 2011 07:56:53 -040017104714553216http://forums.asp.net/p/1710471/4553216.aspx/1?Modal+Popup+Visible+with+Event+or+DelegatesModal Popup Visible with Event or Delegates <pre>Hi,<br> I have one button,and one user control in a page..<br> when i click any button,the modal popup should not hide.<br> so i wrote Modelpop1.Show() in button click event...it is working fine...<br> but when i click any button inside user control,the modal popup hides.<br> so how to make modal popup visible even the button is clicked inside usercontrol.<br> i know we can resolve it using events or delegates but not sure how to fix it...can u please help me with this..<br><br>Thanks in Advance, <br> prasanth<br> </pre> 2011-08-14T09:44:16-04:004555510http://forums.asp.net/p/1710471/4555510.aspx/1?Re+Modal+Popup+Visible+with+Event+or+DelegatesRe: Modal Popup Visible with Event or Delegates <p>hi,</p> <p>you can call modalpopup in server side by ModalPopupExtenderID.Show(),&nbsp;</p> <p>take a look at this post:&nbsp;<a href="../../../../t/1360105.aspx">http://forums.asp.net/t/1360105.aspx</a></p> 2011-08-16T07:56:53-04:00