Hi
I want to colour the list box items based on a field (status).
suppose if status=pending I want to color it with red
status=ready color it with green
Can anybody please help me with sample code
I am using windows application.
Thanks and regards
venkat
Loading
Niradhip ChakrabortyPosted Jun 25, 2009, 1:30 AM
listBox1.Items[i].Attributes.Add("style", "color:red");