teresawhlr
Posts: 10
|
| Posted: 11/08/2004, 7:56 AM |
|
I'm using asp and have a bound listbox to a sql table. I can retrieve the bound value by using value property. How can I retrieve the dropdown value?
Thanks,
Teresa
|
 |
 |
kevind
Posts: 251
|
| Posted: 11/11/2004, 2:26 PM |
|
You need to pick the TEXT COLUMN in the data properties for the list box. This will fetch the text from the column in the row that the bound value is found in.
Regards,
Kevin
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|