State Management and Web Application
 
What is State Management?
 
In any current session, the state is the current value of all the controls and variables for the current user. Since web is a stateless protocol, so a new instance of the Web page class is created each time when the page is posted to the server. In conventional Web programming, this would typically mean that all information associated with the page and the controls on the page would be lost with each round trip.