How to manage state in ASP.NET?

Started by chinmay.sahoo, 12-24-2016, 02:15:05

Previous topic - Next topic

chinmay.sahooTopic starter

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.
  •  


dark404

Application state is put away in a key/esteem word reference that is made during each solicitation to a particular URL. You can add your application-explicit data to this design to store it between page demands. When you add your application-explicit data to application express, the server oversees it.