Easy Tutorial
❮ Control Htmlinputcheckbox Control Htmlform ❯

ASP.NET TextBox AutoPostBack Property



Definition and Usage

The AutoPostBack property is used to set or return whether an automatic postback to the server occurs when the user presses "ENTER" or "TAB" in the TextBox 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 to "TRUE":


❮ Control Htmlinputcheckbox Control Htmlform ❯