G
Guest
Hi
In my asp.net application I use Response.redirect to go from pages to pages. Everything is fine until a search function on a page is performed (it's a sql select and the result is bound to a datalist) and after that if I click on a linkbutton to go to another page, it goes to the desired page but some of the pages in the history of the browser are lost, and I can't go back, say, 2 pages further using the Back button of the browser. If I keep clicking on the Back and Forward buttons on the browser bar, eventually both of them will be disabled and I'll be stuck there, can't go back and forth anymore. I'm using Framework 1.0
It doesn't happen in Netscape 4.7. How can I fix it?
I also found this "sessionStateHistorySize" setting for mobile controls, which seems to address the problem I'm having. Is there something similar to this for non-mobile ones
Thanks in advance
In my asp.net application I use Response.redirect to go from pages to pages. Everything is fine until a search function on a page is performed (it's a sql select and the result is bound to a datalist) and after that if I click on a linkbutton to go to another page, it goes to the desired page but some of the pages in the history of the browser are lost, and I can't go back, say, 2 pages further using the Back button of the browser. If I keep clicking on the Back and Forward buttons on the browser bar, eventually both of them will be disabled and I'll be stuck there, can't go back and forth anymore. I'm using Framework 1.0
It doesn't happen in Netscape 4.7. How can I fix it?
I also found this "sessionStateHistorySize" setting for mobile controls, which seems to address the problem I'm having. Is there something similar to this for non-mobile ones
Thanks in advance