Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session variable
Message
From
28/02/2001 13:19:03
 
 
To
26/02/2001 15:24:51
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00479705
Message ID:
00480619
Views:
25
To assign a value to a session variable in server side scipt:
Session("myVar") = myvariable
Then to display it, also in server side script:
Response.Write "myVar = " & Session("myVar")


>I'm trying to put info that is already in a variable, in a session variable so that in which ever page of the framset the user is i wont loose this variable.
>
>I can't find the right syntax to do it and then display it...
>
>Thanks...!!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform