What are the acceptable approaches to display errors and messages to users? Are the following acceptable:
- setting errors to a label
- Using RegisterStartupScript to display in javascript
- how to do it using jQuery
- using Response.Redirect to display an error aspx page.
Which one is mostly used?
Thank you