Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Asp.net C# 
in my database, i have 4 tables 
i have to use RadioButtonList and select one of the items. 
- annualleave
- emergencyleave
- medicalleave 
- maternityleave
- specialleave


 i need to show the table of the data in a link of another page.
please help, im out of ideas.


C#
<asp:RadioButtonList ID="RDB" runat="server" 
        onselectedindexchanged="RDB_SelectedIndexChanged" Selected="True">
            <asp:ListItem Value="al">annual leave</asp:ListItem>
            <asp:ListItem Value="el">emergency leave</asp:ListItem>
           <asp:ListItem Value="ml">medical leave</asp:ListItem>
            <asp:ListItem Value="mal">maternity leave</asp:ListItem>
            <asp:ListItem Value="sl">special leave</asp:ListItem>
        </asp:RadioButtonList>
Posted
Comments
[no name] 26-Aug-14 9:25am    
no your question is not clear yet
Member 11036439 4-Sep-14 4:14am    
hi.
im trying to use the selected radiobuttonlist in order to show the data from the database. each radiobuttonlist value contains different table from one database.

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900