Click or drag to resize

TabControlAutoPostBack Property

Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool AutoPostBack { get; set; }

Property Value

Type: Boolean
true if a postback to the server automatically occurs whenever the user changes the selection of the list; otherwise, false. The default is false.
See Also