Saturday, 19 April 2014

What is State management in Asp.Net

   Web Server remembering information of client is called "State management"
     This can be implemented using some techniques

  •  Context        
  • QueryString
  • ViewState
  • Cookies 
the above four are the Client side states.
  • Session
  • Application
  • Cache
The above Three are the Server Side States

No comments:

Post a Comment