Link to home
Start Free TrialLog in
Avatar of dalsandhu
dalsandhu

asked on

Image dropdown control

Hi

Has anyone come across a dropdown control for asp.net that displays images rather than text? Preferably showing a 2-D list rather single items per row?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Jason Scolaro
Jason Scolaro
Flag of United States of America image

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
Avatar of dalsandhu
dalsandhu

ASKER

Thanks Jason. Yes, not a bad idea.

The reason I want something like a dropdown is that I want the list to disappear when not in use. My page looks and behaves more like a winform, and I'd rather keep it like that. If I use a div it would shift all controls down to make room. Perhaps absolute positioning could help, but I need the list to disappear when it's lost focus, which could be tricky. I shall have a go at this unless I hear from someone re a control.

Cheers,
Dal
Hi - I have abandoned this idea. Am using a dropdown with text only. When the user selects a row the appropriate graphic is displayed in an adjacent image field.

Thanks