User error reporting in ASP.NET.

Posted by eugeneK on Stack Overflow See other posts from Stack Overflow or by eugeneK
Published on 2010-06-10T07:33:16Z Indexed on 2010/06/10 9:52 UTC
Read the original article Hit count: 147

Filed under:
|

I want to build user friendly error reporting. Wrong input, db connection errors and such. Problem is i need the same module be implemented for 3 different systems and to use jQuery UI modal boxes for UI.

  1. when i redirect to another page ie. db connection error i redirect to error page
  2. when i use return to same page ie. input value 1 bigger than value 2 when it should be other way around
  3. ASP.NET Ajax UpdatePanel errors, wrong input for controls within UpdatePanel that doesn't do regular postpacks.

thanks for any help with implementation...

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jquery-ui