Skip control when tabbing

  • Thread starter Thread starter Ty
  • Start date Start date
T

Ty

I am creating a ASP.net project and I wanted to make it so that when
the user tabs on on of my pages that they do not have to tab through
some controls.

Is there a way to skip controls while tabbing?

Thanks,

Ty
 
I am creating a ASP.net project and I wanted to make it so that when
the user tabs on on of my pages that they do not have to tab through
some controls.

Is there a way to skip controls while tabbing?

Thanks,

Ty

I am assuming controls in ASP work similarly to Windows Forms.

Control.TabStop = False
 

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