G
Guest
I have an app that uses Server.Transfer from page1 to page2. page2 needs to be able to read all the values from page1's form. The problem is, if the user clicks the back button on page2 after a Server.Transfer, the user gets a page has expired error.
Is there a way to keep using Server.Transfer, but also have the back button work normally?
Is there a way to keep using Server.Transfer, but also have the back button work normally?