How to add styles to asp:ListItem?

Ruaxdfamax

New Member
I can't seem to find examples of how to add styles to individual <asp:ListItem> 's anywhere. I know you can set it for an entire drop down like this: <asp:DropDownList Style="background-color: Red;" ID="DropDown1" Runat="Server">, but I need to make a different color on some of the individual items, and can't seem to find a way. Anyone done this before?ListItem doesn't contain any style properties unfortunately.
 
Back
Top