Search code examples
asp.netmessagebox

Where can I find MessageBox Control for ASP.net?


Where can I find a MessageBox Control for my ASP.net web application? It has to be free and simple.


Solution

  • If you use the ASP.NET AJAX Control Toolkit, you can use its ModalPopup extender. Alternatively, jQuery has a plugin you could use.