Code to display messagebox
Normally, I would use codes such as Messagebox.Show() to display message boxes. However after trying to host my website on microsoft azure, I found out that I will get errors whenever there are codes involving the displaying of message boxes on the browser. Can anyone advice me on how I can go about in displaying message boxes, such as when a login attempt fails?

g sPosted May 11, 2015, 8:31 AM
Refer Below Links Message Box Show Error
http://dotnetdrizzles.blogspot.in/2015/05/email-id-address-validation-for-aspnet.html
http://screenshotdrizzles.blogspot.in/2015/05/email-id-address-validation-for-aspnet.html
Yi Rong TanPosted May 10, 2015, 11:11 PM
Thanks for the advice! May I know how I should write the following code in the way you suggested?:
MessageBox.Show("Please enter both Email and Password","Missing Login Input", MessageBoxButtons.OK, MessageBoxIcon.Error);
Sourabh SomaniPosted Apr 30, 2015, 9:11 AM
Response.Write("");
Please accept answer if it works for you
Thanks
Isham KhanPosted Apr 30, 2015, 6:06 AM