G
Guest
I have an aspx page (page1.aspx) that post back to another aspx page
(page2.aspx)
“page2.aspx†has a button called back, when the user click on this button it
is supposed to return to “page1.aspxâ€, when the user returns to “page1.aspxâ€
I want to restore the viewstate of the page so the page would have the same
data as the user left it.
How can I achieve this behavior?
Thanks
(page2.aspx)
“page2.aspx†has a button called back, when the user click on this button it
is supposed to return to “page1.aspxâ€, when the user returns to “page1.aspxâ€
I want to restore the viewstate of the page so the page would have the same
data as the user left it.
How can I achieve this behavior?
Thanks