dropdownlist with a leading character in a different color

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

I am populating a dropdownlist control from a query. Each line of content
in the dropdownlist may get modified with a leading text character as a flag
before being added to the list.

how can I modify a leading character to be in a different color or perhaps
add a small leading image to indicate the flag ?
 
The dropdownlist is not customizable in this way. You may change the
dropdownlist to a select tag and then you can make the necessary
customization.
 

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