Skip control when tabbing

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
 
Z

zacks

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

Similar Threads

Enter as Tab Key 1
Tabbing not working in vb 6.0 forms 2
DataGrid Tabbing 6
Setting Tab Index between Panels 1
masterpage affecting tabbing? 3
DataGrid ComboBox 11
TAB question. 1
Tabbing Inside of Textboxes 2

Top