B
bthumber
How do you disable the back button (upper left corner IE) in an application
or cause a redirect to the first page of the application. The point is I
don't want user to go back a page. I've tried putting
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetExpires(DateTime.Now);
in the Page_Load of the page I don't want the user returning to.
or cause a redirect to the first page of the application. The point is I
don't want user to go back a page. I've tried putting
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetExpires(DateTime.Now);
in the Page_Load of the page I don't want the user returning to.