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 node's ViewState 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
object. Returns the ViewState changes or null.
Applies To
BaseChildNode
See Also