SaveViewState Method
Saves changes to the node's ViewState to an object.
Syntax
Visual Basic Overridable Protected Function
SaveViewState( ) As objectC# protected virtual object
SaveViewState( );Managed C++ protected: virtual object
SaveViewState( );JScript protected function
SaveViewState( );
Return Value
object. Returns the ViewState changes or null.
Applies To
BaseChildNode
See Also