Drop Down List with items of different color.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is there a way to have items in a drop down list where certain items are a
different color?

How about having items that are strikethrough?

TIA - Jeff.
 
Thanks. But I'm binding a table to the items. Even if I do it row by row,
how can I set the options for the items that I add?
 
re:
if I do it row by row, how can I set the options for the items that I add?

What would stop you from assigning html text to surround the database items retrieved ?

Basically, you'd want to create an array of the colors you want to display,
and substitute the array's values in sequential writes.

Post the code you are using to retrieve the items.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top