System.Web.UI.WebControls.CheckBox.AutoPostBack Property

Gets or sets a value indicating whether the System.Web.UI.WebControls.CheckBox state automatically posts back to the server when clicked.

Syntax

[System.Web.UI.Themeable(false)]
[System.ComponentModel.DefaultValue(false)]
public virtual bool AutoPostBack { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to specify whether the state of the System.Web.UI.WebControls.CheckBox control is posted back to the server when clicked.

Note:

Setting this property to true causes a round trip to the server every time the control is clicked.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0