Search code examples
c#asp.net-ajaxajaxcontroltoolkitmodal-popup

ASP.NET AJAX Control Toolkit: Show a ModalPopup and then do PostBack


I want to show a modal popup when a user click on an asp button. The user must select an option of a panel. The value of the option selected must be saved to an input hidden and then the asp.net button must do a PostBack.

Can I do that?

Thank you!


Solution

  • Finally, I've decided to use jQuery to show a ModalPopUp. The following question has the answer to this question:

    jQuery UI's Dialog doesn't work on ASP.NET

    If you are not agree, tell me.