Answer Posted / aravindreddy
You can store values that need to be persisted for the
duration of a user's session in session variables. These
variables are unique to each user session and can be
accessed in any ASP.NET page within an application. You can
set and access session information from within an ASP.NET
application.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is .net mobile input validation. : Microsoft dot net mobile
Can I customise the trace output?
What is MS chart control in visual studio?
Explain about developer benefit from memory management?
What are library functions?
how can we achieve language interoperability through CLS? How MSIL works?
define cache memory? : Dot net architecture
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Define cache? : Dot net architecture
How is the using() pattern useful? What is idisposable?
What is the difference between absolute expiration and sliding-time expiration?
Define dma? : Dot net architecture
Session State and can i store desirialized object in state server, if yes how and if not why.
difference between data reader and dataset