Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NET
I have a radiobutton list in my page in which html code is as follows
<div class="table_column_85R">
<asp:RadioButtonList ID="rblStatus" runat="server" RepeatColumns="3" RepeatDirection="Horizontal"TabIndex="101" OnSelectedIndexChanged="rblStatus_SelectedIndexChanged" AutoPostBack="true">
  <asp:ListItem Text="Inprogress" Value="5" />
  <asp:ListItem Text="Extension" Value="3" />
  <asp:ListItem Text="Completion" Value="2" />
</asp:RadioButtonList>
</div>
 
here i need focus on selected radio button while I hit tab key .
Please help me to solve this
Posted 6 Dec '12 - 2:09
CSR89481


1 solution

select ur radio button and click property window:
 
property --> Accessibility--> tabindex
 
Set ur tabindex number...for example u set 1 means wen u enter tab button..tab button goes to radio button...
 
For ur code:
<div class="table_column_85R">
<asp:RadioButtonList ID="rblStatus" runat="server" RepeatColumns="3" RepeatDirection="Horizontal"TabIndex="1" OnSelectedIndexChanged="rblStatus_SelectedIndexChanged" AutoPostBack="true">
  <asp:ListItem Text="Inprogress" Value="5" />
  <asp:ListItem Text="Extension" Value="3" />
  <asp:ListItem Text="Completion" Value="2" />
</asp:RadioButtonList>
</div>
 

u change tab index no is 1...tat's all..
if it works correctly mark this as a solution....
 
Happy coding...
  Permalink  
Comments
Marcus Kramer - 6 Dec '12 - 14:18
Please avoid text speak in your posts. We are professionals here(or at least pretend to be) and the abbreviated words drive us old farts really crazy. Your keyboard does come with all the keys, does it not?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 564
1 CPallini 245
2 Mahesh Bailwal 239
3 Maciej Los 235
4 Aarti Meswania 208
0 Sergey Alexandrovich Kryukov 9,162
1 OriginalGriff 7,179
2 CPallini 3,913
3 Rohan Leuva 3,176
4 Maciej Los 2,588


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 6 Dec 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid