Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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