Hi,
Where View State data is stored?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 24, 2011, 1:18 AM
Check out this Article : ASP.Net State Management Techniques
Satyapriya NayakPosted Oct 23, 2011, 11:35 PM
ViewState data is stored in the hidden field. When the page is submitted to the server, the data is sent to the server in the form of hidden fields for each control.
Thanks
Javeed M ShaikhPosted Oct 23, 2011, 9:41 PM
Please refer to the C# Corner article:
http://www.c-sharpcorner.com/UploadFile/37db1d/5953/