I have webform including 10 user controls.
Each controls includes 5 textboxes with values to be entered and 3 result textboxes.
How do I make a tabindex which goes to next user control when the first 5 textboxes has been tabbed? In other words I need to exclude tabbing on the last 3 result text boxes. Is it understandable what I mean?
You are right, but unfortunalely the font color of the disabled field is grey toned and that is not ok. The fields have to be enabled I'm affraid, see the screen shot below, the last 4 results are disabled
So you're trying to present these as fields but you don't want the user to change the text in them? That correct?
Also you want any form of tabbing navigation to bypass them?
Okay, set the first boxes with consecutive numbers (1,2,3) in the tabIndex property.
Next set the three greyed-out boxes to ReadOnly
Now set the tabIndex property of the greyed-out boxes to -1, all of them (so they have the same property)