V
Vincent
Hi,
i would like to have a background color for each listitem in the
dropdownlist which is fed with code-behind:
For i = 1 To 20
z = New ListItem("item" & i, i)
DropDownList1.Items.Add(z)
next
Thanks
Vincent
i would like to have a background color for each listitem in the
dropdownlist which is fed with code-behind:
For i = 1 To 20
z = New ListItem("item" & i, i)
DropDownList1.Items.Add(z)
next
Thanks
Vincent