Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Managing state between postbacks to server
Message
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00640625
Message ID:
00643421
Views:
13
If you just want to persist some variables between trips to server, you can use the Session object like so:

Session["strUsername"] = txtUsername.Text;

The session object remains until user session is over.

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform