Hidden State Vs View State
In ASP.Net we are having both hidden state and view state. Then why we are going for View state and Why not hidden State?
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.
Sunny SharmaPosted Jun 5, 2013, 2:38 AM
There is nothing like Hidden State in ASP.NET. Yes, Hidden fields are there and they're far different from what is View State. Please refer to this post, this will give you a nice explanation on State Management in ASP.NET:
http://www.codeproject.com/Articles/331962/A-Beginner-s-Tutorial-on-ASP-NET-State-Management
Please don't forget to accept this as answer if it helps.
Thanks.