I have an asp.net application and I've realized, that if I set ValidateRequest to false, always a standard error page is displayed.
I've heard, that you can display a custom error page.
But I need to know if I can catch the error and display it (after postback) on the current page, that is being displayed.
Is there any way to do this?