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)
Syntaxpublic bool AutoPostBack { get; set; }<asp:TabControl AutoPostBack="True|False" />
Property Value
Type:
Booleantrue 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