ASP.NET

ViewState Persistance

Using ViewState is an amazingly easy way to persist state, but it does quickly add weight to a page, especially when a developer is already using Gridview or has a number of server controls on the page. Of course, with more and more users moving to broadband connections, the weight issue falls away. ViewState appears [...]