How to show a message box in an ASP.NET page?

Posted by Praveen on Stack Overflow See other posts from Stack Overflow or by Praveen
Published on 2009-09-08T04:35:31Z Indexed on 2010/03/22 20:41 UTC
Read the original article Hit count: 228

Filed under:

As I was a Windows programmer it was so easy to show a message box on a form.

But on an ASP.NET page I don't know how can I show it?

Actually I have some condition and based on that I want to show a message box to the user to get his/her response and based on that response I want to continue. For example I want to ask the user "Do you want to continue?" with two buttons "Yes" & "No".

© Stack Overflow or respective owner

Related posts about ASP.NET