ESRI.ArcGIS.ADF.Web.UI.WebControls
StateManager Constructor(WebControl,StateBag)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > StateManager Class > StateManager Constructor : StateManager Constructor(WebControl,StateBag)




control
The control using this StateManager.
viewState
ViewState for the control.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal control As WebControl, _
   ByVal viewState As StateBag _
)
Visual Basic (Usage)Copy Code
Dim control As WebControl
Dim viewState As StateBag
 
Dim instance As New StateManager(control, viewState)
C# 
public StateManager( 
   WebControl control,
   StateBag viewState
)

Parameters

control
The control using this StateManager.
viewState
ViewState for the control.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.