Stopping AST.NET return page from expirering

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • King Coffee

    Stopping AST.NET return page from expirering

    Hi

    I created a ASP.NET page with a textbox and button, to perform a search.
    When I click the button, a gridview pops up. The gridview contains a button
    link to anther page. When I'm finish with this page, I click the Internet
    Explorer back button. I get the original state of startup ASP.NET page
    (without the gridview pop up and the data enter in the textbox). However,
    what I really want is the ASP.NET page with the gridview popup showing. How
    can I return to the last state of the ASP.NET and the initial state?

    King

Working...