Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
how do I reset tab order from within code say like within an event handler?
Posted
Comments
Sebastien T. 8-Oct-10 9:50am    
Can you clarify, plz ?
shakil0304003 8-Oct-10 12:40pm    
I do not understand your requirement, please, clear it.
Toli Cuturicu 8-Oct-10 14:30pm    
Don't post fake answers!

ok, you can retrieve all control of your page and re-define the tab index ?
 
Share this answer
 
Comments
zippy1973 8-Oct-10 17:33pm    
controll over the page isnt an issue
myControl.TabOrder = 5; ?
Or not 5, but 7 if you like...
Then repeat the line of code for the other Controls you have on the Form.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900