ESRI.ArcGIS.ADF.Web.UI.WebControls
EnablePostBack Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > PageToolItem Class : EnablePostBack Property




Indicates whether the tool item causes a complete postback to the server, refreshing the whole page

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Client Action")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")>
<NotifyParentPropertyAttribute(True)>
Public Property EnablePostBack As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PageToolItem
Dim value As Boolean
 
instance.EnablePostBack = value
 
value = instance.EnablePostBack
C# 
[ResCategoryAttribute("Client Action")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")]
[NotifyParentPropertyAttribute(true)]
public bool EnablePostBack {get; set;}

See Also

© 2010 All Rights Reserved.