Posted on: 7/29/2015 12:30:35 PM | Views : 783

I have two radio button lists
<asp:RadioButtonList ID="AssetRadioButtonList" runat="server" AutoPostBack="True" Font-Names="Verdana" Font-Size="10pt" RepeatDirection="Horizontal" Width="620px"> <asp:ListItem Selected="True" Value="Services_General">Business Servisi</asp:ListItem> <asp:ListItem Value="Services_General2">Infrastrukturni Servisi</asp:ListItem> <asp:ListItem Value="Servers">Serveri</asp:ListItem> <asp:ListItem Value="Net_Devices">Mrezna Oprema</asp:ListItem> <asp:ListItem Value="Licenses">Licence</asp:ListItem> </asp:RadioButtonList> ...

Go to the complete details ...