http://msdn.microsoft.com/msdnmag/issues/04/10/View State/default.aspx What is the View State? The view state is a hidden form variable containing data encoded in base-64 to represent the state of server side controls on an ASP.NET page. What’s wrong with the View State? The view state can become large on pages that include a large number of controls, or complex [...]
Archive for November 1st, 2004
View State Improvements in ASP.NET 2.0
Posted in Everything, Software Development, tagged ASP.NET, Web Development on November 1, 2004 | Leave a Comment »
