joe_pool_is
Well-known member
Im declaring some session variables on one form, that are in a subdirectory.
They do not seem to be visible in the main directory whenever I redirect to them.
Am I missing something?
Session variables are not declared, are they? Im trying to port over some old Classic ASP code to C#, and I am declaring them similar to before:
Session["value1"] = txtValue1.Text;
Whenever I get to my other form, however, Session["value1"] does not exist.
Whats "the way" to do this?
They do not seem to be visible in the main directory whenever I redirect to them.
Am I missing something?
Session variables are not declared, are they? Im trying to port over some old Classic ASP code to C#, and I am declaring them similar to before:
Session["value1"] = txtValue1.Text;
Whenever I get to my other form, however, Session["value1"] does not exist.
Whats "the way" to do this?