Here’s the scenario: Page 1 has a text box that, if filled, will be the name of the session.
It also has a button that will take you to Page 2 (when clicked).
Page 2 has a button as well that simply redirects you back to Page 1.
But now, how do I show the session name in Page 1’s textbox?
I don’t think I can use the Page_Load function as that’ll “interfere” when you first visit Page 1.
Any advice would be much appreciated.
Thanks
1 Answer