Search w3schools.com:

SHARE THIS PAGE

ASP.NET TabIndex Property


Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Definition and Usage

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

The tab order is the order the control appear if you navigate the page using the "tab" button on the keyboard.

Syntax

<asp:webcontrol id="id" TabIndex="number" runat="server" />
 
Attribute Description
number Specifies the tab order of the control


Example

The following example sets the tab index key of a button control:

<form runat="server">
<asp:CheckBox id="check1" TabIndex="1" runat="server" />
</form>

Show example »

Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]