Is it possible in ASP.NET to make a page not display it's url or querystrings stored on the user's computer internet browser?

so for example if there was a link generated, or a Response.Redirect() to a page on the site:

somePage.aspx?qs=sdsd


I dont want them to store the query string, or even the page itself.

any ideas?