Thursday, August 10, 2006 12:29 PM
by
dodyg
Truly Understanding View State - Get really really to know ASP.Net ViewState
"
WHAT DOES VIEWSTATE DO?
This is a list of
ViewState's main jobs. Each of these jobs serves a very distinct
purpose. Next we'll learn exactly how it fulfills those jobs.- Stores values per control by key name, like a Hashtable
- Tracks changes to a ViewState value's initial state
- Serializes and Deserializes saved data into a hidden form field on the client
- Automatically restores ViewState data on postbacks"
Go read this article on
Infinities Loop.
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
Comments