Using Client Side State Management Techniques like Hidden Fields and ViewState
This is a continuation of an article on client side state management. This section will discuss hidden fields and ASP.Net viewstate.
Hidden Fields
The next client side state management technique for ASP.Net is hidden fields. Hidden fields have been around for a long time. This is where you place a text field control on your html page. [...]