Feeds:
Posts
Comments

Archive for July 9th, 2008

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 [...]

Read Full Post »