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
Stylus Studio® 2010 XML Enterprise Suite raises the bar for productivity in XML development tools.
Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive
XML toolset to tackle today's advanced XML data transformation and aggregation challenges.
|
- XML Pipeline Editor, Debugger and Code Generator
- DataDirect XML Converters
- XQuery Mapper, Editor, Debugger, and Profiler
- XSLT Mapper, Editor, Debugger, Designer, and Profiler
- Java and C# for .Net Code Generation
- XML Schema Designer With Documentation Generator
- XML Editor With Full XPath Integration
Download a free trial now
|
|