how to assign auto tab function for tab index
-
hi people, i have a problem, i'm having a screen , in that there are 6 text boxes are there, when the form load the cursor defaultly points outs the 1st text box, and for the next sequence of tab key pressing it should focus the next text booxes(2,3,4,5,6). i did assiginig numbers(tab index numbers) to every text box, but while running the screen i cant get it by order, at form load it focus some other control then at tab key pressing it goes ramdemly, could you help?
self confidence+hard work=SUCCESS
-
hi people, i have a problem, i'm having a screen , in that there are 6 text boxes are there, when the form load the cursor defaultly points outs the 1st text box, and for the next sequence of tab key pressing it should focus the next text booxes(2,3,4,5,6). i did assiginig numbers(tab index numbers) to every text box, but while running the screen i cant get it by order, at form load it focus some other control then at tab key pressing it goes ramdemly, could you help?
self confidence+hard work=SUCCESS
-
yeah started from "0" and asigned all other controls as in the correct order of number, but even when i try to get CurrentFocusTabId = CurrentFocusTabId.ToString(); i couldn't get the current control's tab index id :confused:
self confidence+hard work=SUCCESS