Tab index problems!!

BobbyBaldEage

Member
Joined
Sep 20, 2005
Messages
10
Programming Experience
1-3
Hi All!!
I can’t seem to set the tab index on my .aspx form! I set the tabindex in the properties window 0 - 10 on the text fields (like all the books teach you) but for some reason it don’t seem to be working?? It works ok in my windows app but not in my web app!!

Can't understand why!

Did anyone else have this problem??

Any suggestions??????
 
What do you mean its not working? Can you not tab in the order you set up? Or is it doing something weird? Also, what type of controls are you trying to tab to? Many controls handle tab differently.

Blokz
 
Hi Blokz, yea that was the problem...the way different controls handle the tabs e.g user controls etc... I managed to sort it out by trail and error (one trial a million errors)
 
Back
Top