Link to home
Start Free TrialLog in
Avatar of jaredrico
jaredrico

asked on

Drop Down List of Images

I am trying to create a drop down list to be used in a C# Web application.  Similiar to choosing a state from a drop down, but instead of text, a small image would appear?  Does anyone know how to do this?

Thanks,

Jared
Avatar of Wikkard
Wikkard
Flag of Australia image

This isnt really possible in a web app afaik.
You could create your own user control to work like a dropdown with images.

Avatar of jaredrico
jaredrico

ASKER

what do you mean?  not use the drop down list control, then?
A DropDownList control can only be used for text.  You would need to create a special user control to do this.  I would base it on an image drop down menu (like the one here: http://www.cssplay.co.uk/menus/image_dropdown.html).  Info on user controls: http://msdn.microsoft.com/en-us/library/y6wb1a0e.aspx
ASKER CERTIFIED SOLUTION
Avatar of smokingspaceman
smokingspaceman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial