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
Distinguish between Server-side and Client-side code?
What are the ways of preserving data on a Web Form in ASP.NET?
How does u get record no from 5 to 15 from a dataset of 100 records?
Give an example of cookie abuse.
What is directive in asp net?
Any disadvantages in Dataset and in reflection ?
How to use multiple scriptmanager controls in a web page?
How can I have a particular web page in an asp.net application which displays its own error page?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Explain ViewState?
What is a web farm?
What is request and response in asp.net?
What is the use of ASP.NET routing?
Explain significance of routing? : asp.net mvc
Explain the advantages of asp.net.