Right now I have radio button lists.....however, when i click on one radiobutton list i want it to open sub radio button lists
here.s and example say i have radio button lists corporate, ny, and hawaii ..when i click on the radio button corporate..i want it to open to more radiobuttons ex. it, sales, finance
how would i go about coding this?
<td class="style12" align="left">
<asp:RadioButtonList ID="rbtnList" runat="server" AutoPostBack="True">
<asp:ListItem Value="RadioButtonList1">Corporate</asp:ListItem>
<asp:ListItem Value="ProductShippedSummary.aspx">Kenmore</asp:ListItem>
<asp:ListItem Value="HMRInvoiceSummary.aspx">Kentucky</asp:ListItem>
<asp:ListItem Value="ProductShippedReportDetail.aspx ...
Go to the complete details ...