
The ModalPopup control in the AJAX Control Toolkit offers a simple way to create a modal popup using client-side means. However some scenarios require that the opening of the modal popup is triggered on the server-side. First of all, an ASP.NET Button web control is required to demonstrate how the ModalPopup control works.
|