Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Tab Order Strange problem

Tab Order Strange problem

Scheduled Pinned Locked Moved ASP.NET
helpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    ganesan balachandar
    wrote on last edited by
    #1

    Hi, I have a strange problem with tab order. From the first control, Instead of going to the second control, It goes to the toolbar(address bar) and if there are any other customized bars(Ex: google search bar) it goes there next, After that only control goes to the second control. I could find why ? What could be the problem. I want to fully utilize every thing.

    M 1 Reply Last reply
    0
    • G ganesan balachandar

      Hi, I have a strange problem with tab order. From the first control, Instead of going to the second control, It goes to the toolbar(address bar) and if there are any other customized bars(Ex: google search bar) it goes there next, After that only control goes to the second control. I could find why ? What could be the problem. I want to fully utilize every thing.

      M Offline
      M Offline
      Murugavel S
      wrote on last edited by
      #2

      If you have a tab order problem then set the tabindex property. For those control for which u do not want the control to go, set its tabindex property to -1 Moreover, just make sure that in your HTML design, all the controls are set one next to another accordingly. Ensuring this, you need not have to tabindex property. Hope this solves your problem. Cheers;)

      G 1 Reply Last reply
      0
      • M Murugavel S

        If you have a tab order problem then set the tabindex property. For those control for which u do not want the control to go, set its tabindex property to -1 Moreover, just make sure that in your HTML design, all the controls are set one next to another accordingly. Ensuring this, you need not have to tabindex property. Hope this solves your problem. Cheers;)

        G Offline
        G Offline
        ganesan balachandar
        wrote on last edited by
        #3

        It is already like this. Unwanted controls have a tab index -1. Controls are in order. But the problem is it goes to the address bar... I want to fully utilize every thing.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups