What is View_State Property and what is its work show me the answer with an example?
preetam sharma
Select an image from your device to upload
viewstate is allows the state of objects(serialize)to be stored in a hiddenfield on the page. viewstate is transported to the client and back to the server,and not stored on the server or any other external source.it is used to retain the server side objects between postback implementation
advantages
1. don't reserve memory on clientside or serverside
2. it reduces the burden of the developer because developer needn't write manual coding
drawbacks
we will send large volumes of data from client to server
if u hav any doubts u send me a mail to [email protected]