System.Web.UI.IStateManager: Method Members

The methods of System.Web.UI.IStateManager are listed below. For a list of all members, see the IStateManager Members list.

Public Methods

LoadViewState(object)

When implemented by a class, loads the server control's previously saved view state to the control.

SaveViewState() : object

When implemented by a class, saves the changes to a server control's view state to an object.

TrackViewState()

When implemented by a class, instructs the server control to track changes to its view state.