Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Distinguish between Server-side and Client-side code?

1153


What are the ways of preserving data on a Web Form in ASP.NET?

1147


How does u get record no from 5 to 15 from a dataset of 100 records?

1015


Give an example of cookie abuse.

1122


What is directive in asp net?

1063


Any disadvantages in Dataset and in reflection ?

3296


How to use multiple scriptmanager controls in a web page?

1154


How can I have a particular web page in an asp.net application which displays its own error page?

1175


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

1060


Explain ViewState?

1089


What is a web farm?

1037


What is request and response in asp.net?

1007


What is the use of ASP.NET routing?

1110


Explain significance of routing? : asp.net mvc

1211


Explain the advantages of asp.net.

1038