Contents

Friday, 1 July 2016


Managing State

In previous post i told you about the stateless nature of HTTP protocol. So in order to store a value we need a mechanism which will hold a value even after a button click or a page request.That mechanism should also allow us to access these values later. We have different types of state management techniques these are:

 Client Side Technique

  • View State
  • Cookies
  • Query String
  • Hidden Field
  • Control State 

Server Side Technique

  • Session State
  • Application State
These all will be explained in detail in upcoming post.


You may click the Content tab to see all the posts that i will cover in this tutorial for easy navigation.

No comments:

Post a Comment