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
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