Session("MyVariable") = "hello world"
Dim myValue As String = Session("MyVariable").ToString()
or C#:
Session["MyVariable"] = "hello world";
string myValue = Session["MyVariable"].ToString();
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |