K
Kyle Uy
Hi,
To explain briefly I have a MasterPage with an UpdatePanel on it which then contains User Controls. On the user control I have a ModalPopupExtender with an UpdatePanel inside its PopupControlID which is a Panel. My MPE doesn't have Ok or Cancel buttons. I just placed a button inside the Panel which triggers the postback and on the code just hides the MPE via <mpe_name>.hide().
This works fine after clicking the button. The MPE becomes hidden, but the problem lies when I trigger anything on the MasterPage's UpdatePanel; the MPE becomes visible and somewhat broken because it's not modal anymore and it just shows the unneeded div at the lower left of the page.
Have anyone experienced this before? Thanks in advance.
Submitted via EggHeadCafe - Software Developer Portal of Choice
5 SQL Server Management Studio Tips
http://www.eggheadcafe.com/tutorial...d-e5f4cd421c5d/5-sql-server-management-s.aspx
To explain briefly I have a MasterPage with an UpdatePanel on it which then contains User Controls. On the user control I have a ModalPopupExtender with an UpdatePanel inside its PopupControlID which is a Panel. My MPE doesn't have Ok or Cancel buttons. I just placed a button inside the Panel which triggers the postback and on the code just hides the MPE via <mpe_name>.hide().
This works fine after clicking the button. The MPE becomes hidden, but the problem lies when I trigger anything on the MasterPage's UpdatePanel; the MPE becomes visible and somewhat broken because it's not modal anymore and it just shows the unneeded div at the lower left of the page.
Have anyone experienced this before? Thanks in advance.
Submitted via EggHeadCafe - Software Developer Portal of Choice
5 SQL Server Management Studio Tips
http://www.eggheadcafe.com/tutorial...d-e5f4cd421c5d/5-sql-server-management-s.aspx