I have an app with some user controls. When I send this information (session("test") = txtTest.text) to a new page using Server.transfer everything works fine. My problem is that when I click Back the txtText.text is reloaded and the entered value is gone. What goes wrong? Is it something I can prevent by settings in the web.config?
I am using VS2002, could that be the reason?