ViewStateMode in ASP.Net 4.0
ViewStateMode in ASP.Net 4.0
When asp.net introduced the concept of viewstate, it changed the way how
developers maintain the state for the controls in a web page. Until then to keep
the track of the control(in classic asp), it was the developer responsibility to
manually assign the posted content before rendering the control again. Viewstate
made allowed the developer to do it with ease....