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: 164
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.
- when i redirect to another page ie. db connection error i redirect to error page
- when i use return to same page ie. input value 1 bigger than value 2 when it should be other way around
- 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