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 node's previously saved ViewState.
Syntax
Visual Basic Overridable Protected Sub
LoadViewState( ByVal oState As object )C# protected virtual void
LoadViewState(object oState );Managed C++ protected: virtual void
LoadViewState(object oState );JScript protected function
LoadViewState(oState : object );
Parameters
oState Required. The ViewStateobject that contains the saved values for the node.
Return Value
No return value.
Applies To
BaseChildNode
See Also