T
Thom Little
I create session data in ASP 3 using ...
Session("sample") = "test"
I can extract the value on any ASP 3 page using ...
Demo = Session("sample")
.... until the session is terminated.
How do I extract the information in an .ASPX page using C#?
string Demo = Session["sample"] ;
.... is not the answer.
I am apparently missing some very obvious point (as is my nature
apparently).
.... Thom
___________________________________________________
Thom Little - www.tlanet.net - Thom Little Associates, Ltd.
Session("sample") = "test"
I can extract the value on any ASP 3 page using ...
Demo = Session("sample")
.... until the session is terminated.
How do I extract the information in an .ASPX page using C#?
string Demo = Session["sample"] ;
.... is not the answer.
I am apparently missing some very obvious point (as is my nature
apparently).
.... Thom
___________________________________________________
Thom Little - www.tlanet.net - Thom Little Associates, Ltd.