IStateManager.LoadViewState Method
Loads the node's previously saved ViewState.
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. object that contains the saved ViewState values for the node.
Return Value
No return value.
Applies To
BaseChildNode
See Also