Answer Posted / hitesh chandegara
session variables to share information between the pages of
asp.net web application.
usage
initialization of the state
session["variable name"]=initialization;
get the values from the session
label1.text=session["variable name"].tostring();
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How many types of session state management options available in asp.net?
Explain the advantages of caching?
Where is the view state data stored?
What is paging in context of Memory?
How to disable validator control by client side JavaScript?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Is asp net front end or backend?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is sta?
Explain about Application and Session Events ?
What is localhost in asp.net?
What are client activated objects?
Difference between application events and session events
What is a viewstate?
How you will manage the state of ASP.NET controls?