How to get the page returned?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
In my ASP.NET application, how to configure my settings in order to get the following message returned when clicking "back" button from IE: --------------------------------------------------------------------------- Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you. To resubmit your information and view this Web page, click the Refresh button -------------------------------------------------------------------------- Should I do it by adding some code to my ASP files or sth. else? Thanks!