Referencing the display name in a dropdownlist

D

duncans

I have a dropdownlist that I populate from a Web Service using a
parameterized stored query. In the dropdownlist the value is a category Id
and the display name is the category description. When I display the control
the text property is the Id (as I would expect). However, I need to be able
to reference the display name of the selected list item in code. Must be
simple but I cannot figure it out.
 

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

Top