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?