Browse by Tags
Sorry, but there are no more tags available to filter with.
-
06 April 2007
Compressing ViewState of your Application
-
.Net framework has an entire namespace for compression - System.IO.Compression. GZipStream is the class used for Compression and Decompression. .Net Framework 2.0, exposes a new class called PageStatePersister. This class is used to override and customize Read More...