jQuery Ajax Error Handling – How To Show Custom Error Messages

Posted by schnieds on ASP.net Weblogs See other posts from ASP.net Weblogs or by schnieds
Published on Mon, 03 May 2010 16:20:00 GMT Indexed on 2010/05/03 16:28 UTC
Read the original article Hit count: 753

Filed under:
|
|

So you want to make your error feedback nice for your users…

Kind of an ironic statement isn’t it? We obviously want to avoid errors if at all possible in our applications, but when errors do occur then we want to provide some nice feedback to our users. The worst thing that can happen is to blow up a huge server exception page when something goes wrong or equally bad is not providing any feedback at all and leaving the user in the dark. Although I do not recommend displaying actual .NET Framework exception messages or stack traces to the user in most instances; they are usually not helpful to the user and can be a security concern.... [Read More]

Aaron Schnieder
http://www.churchofficeonline.com

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about ASP.NET MVC