Using C#
How to display a message box in C#
I cannot find the message box in the dropdownlist….
How to display a message box in webpages…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply put there is no MessageBox Class in ASP.NET. Since ASP.NET executes on the server it would display on the server and not the clients machine (if there were one). Your best bet would be to use JavaScript or write your own.
Here’s an example of creating your own MessageBox class for ASP.NET