Easy Tutorial
❮ Index Prop Webcontrol Listcontrol Datavaluefield ❯

ASP.NET TabIndex Property



Definition and Usage

The TabIndex property is used to set or return the tab order of a control.

The tab order is the sequence in which controls are accessed when using the "tab" key on the keyboard to navigate through a page.

Syntax

Property Description
number Specifies the tab order of the control.

Example

The following example sets the tab order for a Button control:


❮ Index Prop Webcontrol Listcontrol Datavaluefield ❯