ESRI.ArcGIS.ADF.Web.UI.WebControls
EnablePostBack Property
See Also  Send Feedback
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) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Server Action")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")>
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# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Server Action")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")]
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.

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.