All Tags »
ViewState »
PageStatePersister (RSS)
Sorry, but there are no more tags available to filter with.
-
In my continuing theme on reducing and eliminating the ViewState from ASP.NET pages I want to begin covering some great new features to help ViewState in ASP.NET 2.0. Last month I talked about persisting the ViewState to memory using the LosFormatter. That technique works fine, although there can be some gotchas to any technique to ...