cesark
Programmer
- Dec 20, 2003
- 621
Hi,
Somebody knows if there is some way to avoid that after several page post backs (for example page2.aspx), if user wants to go back to previous page (say page1.aspx), through browser’ s back button, has to see all previous page2.aspx state after every post back before arriving to page1.aspx? I mean, for example: If user is in page2.aspx and here made several operations (5 post backs), when she/he wants to see previous page1.aspx, does he/she have to see all 5 different states of page2.aspx before arrive to page1.aspx?
For me this is really annoying, since in my pages users makes operations with postbacks, and if user sees the previous state of the page (before doing the operations) he/she may think that she/he is undoing/eliminating the operations.
Thank you,
Cesar
Somebody knows if there is some way to avoid that after several page post backs (for example page2.aspx), if user wants to go back to previous page (say page1.aspx), through browser’ s back button, has to see all previous page2.aspx state after every post back before arriving to page1.aspx? I mean, for example: If user is in page2.aspx and here made several operations (5 post backs), when she/he wants to see previous page1.aspx, does he/she have to see all 5 different states of page2.aspx before arrive to page1.aspx?
For me this is really annoying, since in my pages users makes operations with postbacks, and if user sees the previous state of the page (before doing the operations) he/she may think that she/he is undoing/eliminating the operations.
Thank you,
Cesar