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 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