PageStatePersister::Load Method
Overridden by derived classes to deserialize and load persisted state information when a Page object initializes its control hierarchy.
Assembly: System.Web (in System.Web.dll)
Classes that derive from the PageStatePersister class implement the Load method to initialize the ViewState and ControlState properties from some persisted format.
The following code example demonstrates how a class that derives from the PageStatePersister class implements the Load method to load view state from a persistence medium. The StreamPageStatePersister attempts to read data from a stream. It uses an IStateFormatter object to deserialize view state data and initialize the ViewState property and the ControlState property, which a page uses to initialize controls. This code example is part of a larger example provided for the PageStatePersister class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.