Do not use on any
shared computer
July 24, 2008 07:47pm pdt
null
[x]
Attachment Details

Tab Order - Radio Buttons - Grouping

I have a group of Radio Buttons and when the first one is highlighted and then I tab over to get to the other radio button in that group it goes to the other group radio button and does the same thing.  (It skips the other radio button).

Basically it hits... eNo then I hit tab... then it goes to incNo instead of eYes.  Any ideas?

<asp:RadioButton ID="eNo" Text="No" runat="server" GroupName="Filed"  TabIndex="6"  />
<asp:RadioButton ID="eYes" Text="Yes" runat="server" GroupName="Filed"  TabIndex="7"  />

<asp:RadioButton ID="incNo" Text="No" runat="server" GroupName="Incident"  TabIndex="8"  />
<asp:RadioButton ID="nicYes" Text="Yes" runat="server" GroupName="Incident"  TabIndex="9"  />
Start your free trial to view this solution
Question Stats
Zone: Programming
Question Asked By: vbjohn
Question Asked On: 05.16.2008
Participating Experts: 1
Points: 75
Views: 0
Translate:
Loading Advertisement...
 
[+][-]Expert Comment by sasapopovic

Rank: Master

Expert Comment by sasapopovic:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Author Comment by vbjohn
Author Comment by vbjohn:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Author Comment by vbjohn
Author Comment by vbjohn:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080723-EE-VQP-34 / EE_QW_2_20070628