G
Guest
Hello Guys, I am unable to set the forecolor of the items in RadioButtonList.
I need to set it to white however it is keeping it black. Can you please help?
<asp:RadioButtonList ID="radListButtonType" runat="server" CellPadding="0"
CellSpacing="2"
Font-Bold="True" DataTextField="Description" DataValueField="ID"
ForeColor="white"
RepeatDirection="Horizontal" AutoPostBack="True"
OnSelectedIndexChanged="radListButtonType_SelectedIndexChanged" >
</asp:RadioButtonList>
Thanks
Manny
I need to set it to white however it is keeping it black. Can you please help?
<asp:RadioButtonList ID="radListButtonType" runat="server" CellPadding="0"
CellSpacing="2"
Font-Bold="True" DataTextField="Description" DataValueField="ID"
ForeColor="white"
RepeatDirection="Horizontal" AutoPostBack="True"
OnSelectedIndexChanged="radListButtonType_SelectedIndexChanged" >
</asp:RadioButtonList>
Thanks
Manny