ASP.NET Web Application Message Box
In an asp.net windows forms application, in the C# code behind you can use:
In an asp.net windows forms application, in the C# code behind you can use:
I have an ASP.NET web application, and I wanted to know how I could display an error message box when an exception is thrown.
One of the issues I think about every time I build my web application is how messages should appear to the end-users
I have a control inside a page that has the following modal popup extender:
I want to display my validation error messages in the MessageBox. I have Four TextBoxes and One Button control. When I click the Button Control, the TextBoxes without the text to be shown in the MessageBox. I have almost done this, but the problem is When I click the Button, the MessageBox is opened as a minimized window. So it is difficult for the end user to realize. I want to display the MessageBox to the user when button clicks.