ASP.NET 2.0 Page State Persister
Author:
Matt Gibbs
ASP.NET 2.0 adds support for altering where ViewState data is stored for your pages. This article looks at how a new class can be created and used to store ViewState information in Session rather than the default hidden field.
More Tutorials
|