I need to do a response.redirect to the same page. How can I do this without the page "refreshing" or "flashing"? I can't use updatepanels because, this is a search website and I want the user to be able to use the browser's back button. I have some search filters on the page, and each time a filter is clicked, I do a resposne.redirect (to the same page) with the appropriate query strings.
Thanks.