ASP.NET uses ViewState in order to maintain the value of controls during post-backs. ViewState, by default, is stored in client side. Infact, objects that are ViewState-Enabled and their state is going to be saved, are serialized and stored in a hidden field. This works fine until the size of serialized objects is not too [...]
Archive for July 9th, 2008
Reducing the page size by storing ViewState on Server
Posted in ASP.NET, C#, tagged ASP.NET, C#, HiddenFieldPageStatePersister, Page, PageStatePersister, Reduce, Retrieve, Save, Session, SessionPageStatePersister, SessionState, Size, SQL SERVER, Store, ViewState on July 9, 2008 | 2 Comments »