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
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|