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.

1 answers
Set Tab Index Property of Controls it will give you what you want :)
answered 2 years ago by:
0
761
I am actually referring to a web applications forms, not windows forms.