tab order on windows forms

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

When can we expect the fix for tabs on web forms? When we load our projects
visual studio will reorder the tabs?!? This happens with all applications
we have that use the .NET tab control.

-Mark
 
No, if you let VS do it, you're SOL. Look at the
control's TabIndex.... It starts at 0. I had the same
trouble with radio buttons b/c they don't depend on the
container. You need to name the group if you use them.

Good Luck,

Bill
(e-mail address removed)
(e-mail address removed)
 

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