LoadViewState Method
Loads the item's previously saved view state.
Syntax
Visual Basic Overrides Protected Sub
LoadViewState( ByVal oState As object )C# protected override void
LoadViewState(object oState );Managed C++ protected: void
LoadViewState(object oState );JScript protected override function
LoadViewState(oState : object );
Parameters
oState Required. object that contains the saved view state values for the item.
Return Value
No return value.
Applies To
PAGEVIEW, TabItem, TABSTRIP, TOOLBAR, TOOLBARBUTTON, TOOLBARCHECKGROUP, TOOLBARDROPDOWNLIST, ToolbarItem, TOOLBARTEXTBOX, TreeBase, TREENODE, TREEVIEW
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl