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