G
Guest
I am trying to redirect to the same page after a post-back is fired to ensure
that the post-back never makes it into history (avoids the post-back/refresh
problem). While doing this, I wish to maintain the view state of the page
(page contains dynamic controls as well). Has anybody done this before? I
assume that I need to store the viewstate info in session (as the 64-bit
encoded string or as the statebag? using sql server session statehandler, not
sure if statebag would be acceptable in that case), and then read from that
session-stored view state when the page loads? Any help would be greatly
appreciated.
Thanks
that the post-back never makes it into history (avoids the post-back/refresh
problem). While doing this, I wish to maintain the view state of the page
(page contains dynamic controls as well). Has anybody done this before? I
assume that I need to store the viewstate info in session (as the 64-bit
encoded string or as the statebag? using sql server session statehandler, not
sure if statebag would be acceptable in that case), and then read from that
session-stored view state when the page loads? Any help would be greatly
appreciated.
Thanks