T
twahl
Hi,
I would like to ignore a certain exceptions in
Application_Error event in Global.asax.cs file and still
have the page's state be maintained. If I simply issue:
Server.ClearError()
I end up with a blank page. If I issue:
Server.ClearError();
Response.Redirect(Request.UrlReferrer.ToString());
I end up with the page that I want to be displayed but
it's state (TextBox's have been cleared) is lost.
Thanks for your help,
Terry
I would like to ignore a certain exceptions in
Application_Error event in Global.asax.cs file and still
have the page's state be maintained. If I simply issue:
Server.ClearError()
I end up with a blank page. If I issue:
Server.ClearError();
Response.Redirect(Request.UrlReferrer.ToString());
I end up with the page that I want to be displayed but
it's state (TextBox's have been cleared) is lost.
Thanks for your help,
Terry