Click or drag to resize
KaxComboBoxAutoPostBack Property
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the KaxComboBox selection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool AutoPostBack { get; set; }

Property Value

Type: Boolean
Remarks

Set this property to true if the server needs to capture the selection as soon as it is made. For example, other controls on the Web page can be automatically filled depending on the user's selection from a list control.

This property can be used to allow automatic population of other controls on the Web page based on a user's selection from a list.

The value of this property is stored in view state.

The server-side event that is fired is SelectedIndexChanged.

See Also