blah blah blah is here! blah blah » Close

up0down
link

I want to set the order when I hit the tab key, it will set the focus on a particular textbox or dropdownlist (etc.).

Right now, when I hit tab it sometimes sets focus to an image on the web page, I want to restrict it to certain input boxes or general form fields.

I think this will make fast inputs for users, and make this in general that much more user-friendly.

last answered 2 years ago

1 answers

up0down
link

Set Tab Index Property of Controls it will give you what you want :)

Rick_A
761

I am actually referring to a web applications forms, not windows forms.

Feedback