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.
Saves changes to the collection's view state to an object.
Syntax
Visual Basic Public Function
IStateManager.SaveViewState( ) As objectC# public object
IStateManager.SaveViewState( );Managed C++ public: object
IStateManager.SaveViewState( );JScript public function
IStateManager.SaveViewState( );
Return Value
The object that contains the view state changes.
Applies To
BaseChildNodeCollection
See Also