|
How to specify the Tab index for the TextBox, Button or any other asp.net form control?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Button
In case we want to specify the tab index to the control so that when user press tab he is navigated to
different controls (textbox, dropdown) on the page in a sequence, we can use this approach.
|