what is session . how it is use ?

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


Please Help Members By Posting Answers For Below Questions

How many types of session state management options available in asp.net?

748


Explain the advantages of caching?

719


Where is the view state data stored?

743


What is paging in context of Memory?

855


How to disable validator control by client side JavaScript?

734






ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1676


Is asp net front end or backend?

711


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

2071


What is sta?

725


Explain about Application and Session Events ?

804


What is localhost in asp.net?

763


What are client activated objects?

747


Difference between application events and session events

764


What is a viewstate?

733


How you will manage the state of ASP.NET controls?

743