E
Elliot M. Rodriguez
I am having a heckuva time debugging this, or determining why my page is
behaving this way.
I have a search form, that when completed, returns a datagrid. When the user
selects a row (normal selectcommand button), i assign some session variables
and perform a rediect to a "more information" page. Neither page is using
Output Caching.
On the more information page, a button reads "new search". this clears the
session variables i set in the previous page and redirects to the original
search form. here is where the bug shows up.
when the user inputs new search criteria, the datagrd of results is
returned. when the user selects the row again, the more information page
shows up, but with the information from the *previous* search. additionally,
none of the events (Page_Load, any binding, etc) does not occur.
however, if I wait a few minutes and hit F5, the page_load event DOES fire,
and the information I want is now loaded.
SEtting the page's cache.expires property doesnt work, because no events
fire on this page. Can someone please help?
behaving this way.
I have a search form, that when completed, returns a datagrid. When the user
selects a row (normal selectcommand button), i assign some session variables
and perform a rediect to a "more information" page. Neither page is using
Output Caching.
On the more information page, a button reads "new search". this clears the
session variables i set in the previous page and redirects to the original
search form. here is where the bug shows up.
when the user inputs new search criteria, the datagrd of results is
returned. when the user selects the row again, the more information page
shows up, but with the information from the *previous* search. additionally,
none of the events (Page_Load, any binding, etc) does not occur.
however, if I wait a few minutes and hit F5, the page_load event DOES fire,
and the information I want is now loaded.
SEtting the page's cache.expires property doesnt work, because no events
fire on this page. Can someone please help?