Is it possible to create a combobox with images?

J

jose.cortijo

Hi,

I need to put a combobox in my asp.net application but I need that each
item was an image.

is it possible with standar classes? I cannot spend any money on that.
:(

Thanks in advance.
Jose
 
K

Kevin Spencer

No, it is not possible with "standard" classes. It is possible, however, to
create your own User Control or Server Control that looks and behaves like a
Combo Box with images in it. You would superimpose a number of Divs (Panels)
over a combo box, and write JavaScript or Server Side vent handlers that
respond to the Combo Box events, repositioning the panels. This would not be
an easy task, however.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 

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

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top