I'm doing a form submission on my ASP.NET page. After the user has pressed submit I want them to have a completely fresh version of the page so that they cant press reload and resubmit and so its a completely clean start.
I gather that Server.Transfer()
is bad, I know I could maybe post a random string in the URL. But is there a better way?