L
Luc
Hi,
i want the first item in the dropdownlist to be red and bold (VB.net).
Red works, but not bold. An suggestion is welcome.
Thanks
Luc
z1 = New ListItem("choose an item", 0)
z1.Attributes.Add("style", "font-bold:true;background-color:red")
DropDownList1.Items.Add(z1)
i want the first item in the dropdownlist to be red and bold (VB.net).
Red works, but not bold. An suggestion is welcome.
Thanks
Luc
z1 = New ListItem("choose an item", 0)
z1.Attributes.Add("style", "font-bold:true;background-color:red")
DropDownList1.Items.Add(z1)