John Timney \(Microsoft MVP\)
04-16-04, 07:05 PM
something
You cant. The best you can really do is somehow mark on the server that the
page has already been rendered, so anyone going back to it and trying to
resubmit would trigger something server side.
--
Regards
John Timney
Microsoft Regional Director
Microsoft MVP
"Niels Peter Heick" <niels.heick@teleca.dk> wrote in message
news:285dab04.0404160622.473254ab@posting.google.c om...
> Is there a way to capture the Back Button when it is
> clicked via the IE. I am developing a ASP.NET page and I
> need to know when users click on the Back button. After the
> event from the back button, I need to control server side
> variabels. How can I do that ?