Avoiding the TAB sequence on TextBox.

  • Thread starter Thread starter smith Smith
  • Start date Start date
S

smith Smith

How to avoid TAB sequence on the web control text box. ? Thanks,
smith
 
Not sure what you mean, but in case you refer to a textbox not receiving
focus when pressing the Tab key, try setting the TabIndex property to -1.
 
Thank you very much.
By setting the tab index = -1, I can skip the tab navigation on a given
control.
Smith
 

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