>How can I resubmit the Page programatically when I click on IE Back Button? > >Is there any way so that the Save,Delete,Update Action in a Page will not be added to IE History Object?
I don't know if you'd want to automatically resubmit the page. What you can do instead is, after the save/delete/update operation, do a redirect to the view. Hubert -----Original Message----- How did you originally get to the page you are trying to get back to? It sounds like you are doing an HTML POST. I believe this is standard behavior in IE when you POST something. IE is trying to tell you that the only way it can reproduce the page is to repost the same data that generated it in the first place. sean Sudipto Roy wrote: > > >Hi Guys > >How can I solve this problem when I click on IE Back Button getting this Message as below : >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. > > > > >How can I resubmit the Page programatically when I click on IE Back Button? > >Is there any way so that the Save,Delete,Update Action in a Page will not be added to IE History Object? > >Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]