|
|
ASP.NET TabIndex Property
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 »
|
Complete Web Control Standard Properties Reference
The Creators of XMLSpy are Pleased to Announce
|
|
|