Tab order w/ 1.1

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I am sure this has been covered before, but I'm not having luck finding much
that's useful.

I use a single web page that has several text inputs and other controls,
including a couple of placeholder controls that I load various web user
controls into, each of these user controls also contain various numbers of
text boxes, etc.

I know how to set tab order on my main page and on the user control
page....but, the order is always out of whack if a usercontrol is loaded
that has tabindexes that overwrite those on the main page or too few, for
that matter.

How do I make sure the tab order is correct, regardless of which usercontrol
is loaded at runtime?

Thank you
 
Could you reserve a range of numbers for the usercontrols to use as
tabindexes? That way, you could loop through the controls within the
usercontrol and assign the tabindex starting at the bottom of the range.

I haven't tried this, so I can't say it would actually work but it might be
worth considering.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top