Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
33091 Points
2361 Posts
Feb 10, 2009 06:35 AM|LINK
Hi b471code3 We can show or hide a Modal Popup by the following JavaScript code, which you can use in your ASCX control to manage the Modal Popup: $find(“BehaviorIDofMPE”).show(); $find(“BehaviorIDofMPE”).hide(); Thanks.
Lance Zhang ...
All-Star
33091 Points
2361 Posts
Re: Target ASCX file for ModalPopup
Feb 10, 2009 06:35 AM|LINK
Hi b471code3
We can show or hide a Modal Popup by the following JavaScript code, which you can use in your ASCX control to manage the Modal Popup:
$find(“BehaviorIDofMPE”).show();
$find(“BehaviorIDofMPE”).hide();
Thanks.