Images in DropDownList

R

Richard

How would I display images in an asp.net dropdownlist using vb.net? I have a
webform where the user can modify product info (cost, description, etc.). The
info is in a ss2000 database. There is also an nvarchar field that points to
an image on the server. I know how to display the images in a datagrid, but
how would I pull the images into a dropdownlist so that the user can select a
different image for the product?
 
S

Steve C. Orr [MVP, MCSD]

The standard HTML dropdown list cannot display images.
Therefore you'll need a 3rd party control, or you'll need to make one of
your own by using copious amounts of javascript to make it look realistic.
He're more info about making a custom dropdownlist.
http://steveorr.net/articles/ComboBox.aspx
 

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
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top