Another dumb question

  • Thread starter Thread starter Tibby
  • Start date Start date
T

Tibby

I have 2 textboxes and a button on my .aspx form. When I press tab on the
first box, it goes to the addressbar, then to the second box after another
tab. I thought that maybe if I set the tab order this would be fixed, but
no.

TIA
Tibmeister
 
I agree, and that's why Text1 is TabIndex0, Text2 is TabIndex 1, and
Command1 is TabIndex2. I've noticed on brand new pages things are behaving,
I'm trying to figure out why this page isn't.
 

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