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

Filed under:

In a WebForm I have

  1. TextBox
  2. FreeTextBox(Third party tool)
  3. 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

Related posts about ASP.NET