ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableViewState Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : EnableViewState Property




Indicates whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overrides Property EnableViewState As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CartoDisplay
Dim value As Boolean
 
instance.EnableViewState = value
 
value = instance.EnableViewState
C# 
[BrowsableAttribute(false)]
public override bool EnableViewState {get; set;}

Remarks

This webcontrol requires EnableViewState to be True.

See Also

© 2010 All Rights Reserved.