Coding & Programming > Programming Forum
How to manage state in ASP.NET?
(1/1)
chinmay.sahoo:
Session state, application state and view state is used to manage state in ASP.NET.
julia timpi:
Application state is stored in a key/value dictionary that is created during each request to a specific URL. You can add your application-specific information to this structure to store it between page requests. Once you add your application-specific information to application state, the server manages it.
Navigation
[0] Message Index
Go to full version