Error Handling in ASP.Net Ajax Applications, whenever there are any error occurred in the server side processing using ASP.Net Ajax, the error message is notified to the user using a message box (alert). The error message that is displayed on the message box will be the actual error message contained in the original exception’s Message property.Show a Generic Error Message.Display Generic Error with Technical information.Displaying error message on the page instead of MessageBox in ASP.Net AJAX.Using ASP.Net Error Handling Techniques.
