Move the ViewState off the client and cache it on the server
Posted by: Steven Swafford - ASPAlliance Columnist/Editor,
on 28 Apr 2007 |
View original | Bookmarked: 0 time(s)
Recently Wally McClure did a PodCast titled ASP.NET 2.0 Page Persistence. I thought I would take Wally's idea and utilize the Microsoft Enterprise Library 3.0 and persist the ViewState to a cache object.To implement this method you must of course download and install Enterprise Library 3.0 and establish the appropriate references within your project. In the case of this example I have simply created a base class that the web pages will inherit.Here is a screenshot with the ViewState that is persisted...