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
What does the orientation property do in a menu control?
What are the benefits of view state?
What is a url string?
What is a session http?
What is state management react?
How can we identify that the Page is Post Back?
Explain a program using code nuggets to create a simple application? : asp.net mvc
Explain login control and form authentication.
What is the size of Get method and how much data it can store?
How to create events for a control?
Define transparent caching with aop?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is difference between cache and session?
What is mta?
What are the validation controls available in ASP.NET?