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
Is asp.net easy to learn?
What is the use of session in web application?
Describe paging in asp.net?
Explain about consistent programming model in the .NET framework?
What is session handling in a webfarm, how it can work with its limits?
Which is faster viewbag or viewdata?
What is the equivalent of date() and time() in asp.net?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
In Code-Behind class which kind of code (server or client) is found ?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is __ requestverificationtoken?
Who is using asp.net?
Disable Mouse right click on web page in asp.net?
Is sql backend or frontend?
What is a viewstate?