Compressing ViewState in ASP.NET using AJAX

Compressing ViewState in ASP.NET using AJAX

ASP.NET view state, in a nutshell, is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks. View state has caused the most confusion among ASP.NET developers.

Read More