Hi!

I am making an application on asp.net using vb.net as the code behind. I have made a search page, which just shows the search parameters. Once the search is done I show the search results as hyperlinks in the datagrid (on the same page). Clicking on the link, I redirect the user to a diffrent page, which shows the details of the clicked option. Now, when the user clicks the BACK button of the browser (to go to the search page again), he/she gets the page "Warning: Page has Expired ". Though, clicking on Refresh reloads the page (Search Page). I have not forced the browser, to load the page again from the server. Instead I want it to pick from the cache only. Why is it happening.? I have put Session.Timeout = 240