Microsoft
Software
Hardware
Network
Question : asp.net How can i save the current state of my website app in a session var.
I need to save the state of my application ... so that I save it in a session var before, I excute a function and then I want to restore the state of my application after the function is done.
I specifically want to make sure the url path is restored..
I need to have it restore before I execute the next function.
what Vars or commands do I save in the session Var
Answer : asp.net How can i save the current state of my website app in a session var.
Hi westdh,
You can add any variable or object you want to Session State. For example if you want to add the url path to Session State using c#:
Session["url"]=URLvariable
Hope this helps you.
Random Solutions
How do I work out transfer time?
Combo box on pop up question
javascript select menu that outputs the text without a submit button
Visio 2010 Online Training
Server 2008 R2 Backup account permissions
Add to dictionary - where is dictionary located
This is strange in dbml designer Column name and Enttiy Name is different.
1024 character limit in query grid
I implemented a Java (J2SE) application. The client wants the program to look like as .NET gui. Are there libraries for this need in Java?
PHP Array Syntax Issue