StateManagement Technique : -


State:-Currently available data or design or information is known as state.
State can be for a control or for a webpage or for user

Control State:-The Data available with any control currently is known as control state.

PageState:-The controls & the data available with the web page is known as PageState.

UserState:-The Currently available data with the user like username ,password  etc are known as UserState.



  • The state of a control or page or user will not be maintained from requested page to result page or client request to server or server response to client or from one page to other page .This nature is known as StatelessNature.


  • Maintaining the state of a control or user or page from requested page to result page or client request to server or server response to client or from one page to other is known as statemanagement (StateFull Nature).


  • In this the controls Data and Page Design of the requested page is completely carried to result page i.e.,state of controls & page is maintained from requested page to result page.
  • By default all ServerSide Technologies are stateless in nature .Because all these Server Side Technologies will work with “HTTP” protocol .Here “HTTP” is Stateless Protocol.
  • Maintain the state is important without StateManagement we cannot develop efficient “Websites”.
  • To maintain this state management there are various techniques available known as State Management techniques.



No comments:

Post a Comment