jQuery Ajax Error Handling – How To Show Custom Error Messages
- by schnieds
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 Schniederhttp://www.churchofficeonline.com