Hi all,
i have drop down listitem i am binding the data from database to dropdown .i need to add a value to listitem(0) dynamically.
so i have added
dropdown.Items(0).Attributes.Add("style", "color:gray") .My questions is how to make
dropdown.items(0) to italicize .i want both style gray and italicize