Viewstate is a client-side "state management" method. Viewstate allows page and control data to be preserved between postbacks.
When client side HTML is generated for the page, the current state and data of the page is serialized into base64-encoded strings and stored as hidden field(s) in the page. Viewstate is page specific; that is, once you navigate away from the page, the viewstate is lost.
0 comments:
Post a Comment