How to add image to server dropdown control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to add images to dropdown control. I try to find something, but could
not find anything exept ifragistic control.
Any help appreciate
 
An HTML select object, which is what a DropDown Control creates on the
client, has no image. In order to create a DropDown Control that DOES have
an image, you would have to create your own, or purchase (if such a thing
exists) one that somebody else wrote.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Back
Top