Tabbing index

E

eagle

Is there a way to not allow a user to tab to an item? I have several labels
& textboxes in the grid and don't want the user to tab to them. I have
other controls in the grid that they can tab to, such as edit & delete
columns.

Thank you for your help.
 
K

Ken Cox

The usual way to exclude a control from the tab sequence is to set its
tabindex value to -1 as shown below:

<asp:LinkButton ID="LinkButton1" runat="server"
TabIndex="-1">LinkButton</asp:LinkButton>

Ken
Microsoft MVP [ASP.NET]
 

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

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,167
Latest member
SusanaSwan
Top