There are no comments yet...Kick things off by filling out the form below.
Handling Postbacks from A Popup Control With an UpdatePanel : ASP.NET Ajax Tutorials
The PopupControl extender in the AJAX Control Toolkit offers an easy way to trigger a popup when any other control is activated. Special care has to be taken when a postback occurs within such a popup. When using a PopupControl with a postback, an UpdatePanel can prevent the page refresh caused by the postback. The following markup defines a couple of important elements...
