Setting Tab Index in WebForm
- by Nani
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.