IE Refresh Message.........

  • Thread starter Thread starter Allen Hubatka
  • Start date Start date
A

Allen Hubatka

When I press the F5 key only certain situations I get the following message.

When exactly IE determines to prompt the message?



The page cannot be refreshed without resending the information.

Click Retry to send the information again,

or click Cancel to return to the page that you were trying to view.

Retry cancel



Thanks,

Allen
 
You get that message in IE whenever the page you got was the result of a
form being submitted with the action set to POST. This isn't specific to
ASP.Net, however since ASP.Net makes considerable use of submitting forms
with POST, you see it quite often....

It's basically saying that in order to refresh the page, the data
(originally POSTed) needs to be resent...

Karl
 
Back
Top