Easy Tutorial
❮ Prop Webcontrol Style Cssclass Prop Webcontrol Style Font ❯

ASP.NET AutoPostBack Property



Definition and Usage

The AutoPostBack property is used to set or return whether an automatic postback to the server occurs when a user selects an item in the list control.

If this property is set to TRUE, automatic postback is enabled; otherwise, it is FALSE. The default is FALSE.

Syntax


Example

The following example sets the AutoPostBack property of the RadioButtonList control to "TRUE":


❮ Prop Webcontrol Style Cssclass Prop Webcontrol Style Font ❯