What's the best way to implement "Back to Search Results" in an ASP.NET application? I've been letting users do the BACK button in the browser, but they always get a prompt to resubmit the form.
Is there an effective way to work around this resubmit?
Should I cache the search criteria/url in session and redirect them when they press 'back'?
What's the best practice here?