When I display message box using msgbox (“Show my message”) in asp.net webforms, it does show it but in minimized state.
How to display it normally as we get it in winforms?
Thanks
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.
You can’t use a msgbox (it may work when you’re testing the application locally because your machine is both the client and the server, but if you tried to deploy it, it may only open a msgbox on the server).
You can use javascript, like this: