Setting Tab Index in WebForm
Posted
by Nani
on Stack Overflow
See other posts from Stack Overflow
or by Nani
Published on 2010-04-26T10:48:51Z
Indexed on
2010/04/26
10:53 UTC
Read the original article
Hit count: 194
ASP.NET
In a WebForm I have
- TextBox
- FreeTextBox(Third party tool)
- CheckBox
I gave tab index value for TextBox as 1 and CheckBox as 2 by setting TextBox to default focus.
The Problem is after the page is loaded when I press tab, insted of moving focus to checkbox, URL bar of the browser is getting focused.
Thank You.
© Stack Overflow or respective owner