IStateManager.LoadViewState Method

Loads the collection's previously saved view state.

Syntax

Visual Basic  Public   Sub 
IStateManager.LoadViewState( ByVal oState As object )
C# public  void 
IStateManager.LoadViewState(object oState );
Managed C++ public:  void 
IStateManager.LoadViewState(object oState );
JScript public  function
IStateManager.LoadViewState(oState : object );

Parameters

oState Required. The object that contains the saved view state values for the collection.

Return Value

No return value.

Applies To

BaseChildNodeCollection

See Also

Internet Explorer WebControls