Losing Focus
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Members, I am interested in maintaining my tab order on a web page. I have a very simple page with 2 dialog boxes & 2 dropdownlist boxes. Field1 DropDownList1 Field2 DropDownList2 I have the tab order set from left to right from the top down. So, you cursor move from Field1 to DropDownList1, to Field2 and finally to DropDownList2. However, when the selectedindexchanged event fires, I no longer maintain my focus and leave DropDownList1 and land in Field2. Where does the cursor go (besides the address bar of the current webpage) and how to I get the focus to move to the next field in order? Any thoughts would be appreciated. Thank you.