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




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

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Server 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 InteractiveToolbarItem
Dim value As Boolean
 
instance.EnablePostBack = value
 
value = instance.EnablePostBack
C# 
[ResCategoryAttribute("Server 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;}

Remarks

Some issues may be encountered with a full postback, such as active tool being reset. Full postbacks are not recommended for most Web applications.

See Also

© 2010 All Rights Reserved.