ASP.NET - ViewState - Client Side State Management(dotnet.dzone.com)
submitted by
volume4(910) 3 years, 7 months ago
The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle of a page, the current state of the page is hashed to a string and is saved into a hidden field. When opening a page with the View Source operation you can find the ViewState's hidden field by searching __VIEWSTATE keyword.
|category: ASP.NET
|Views: 14
tags:
Viewstate ASP.NET another
Everyones tags:
Your Tags: