Describe state management in ASP.NET.

Describe state management in ASP.NET:




State management is a technique to manage a state of an object on different request.

The HTTP protocol: is a Stateless communication protocol.
  • The HTTP protocol is the fundamental protocol of the World Wide Web. HTTP is a stateless protocol means every request is from new user with respect to web server.

  • HTTP protocol does not provide you with any method of determining whether any two requests are made by the same person.


Maintaining state is important in any web application. There are two types of state management system in ASP.NET.

  • Client-side state management
  • Server-side state management
State management is a technique



Checkboxlist related other post on asp.net tutorial.

Comments

Popular posts from this blog