teresawhlr
Posts: 10
|
| Posted: 11/08/2004, 8:00 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
|
 |
 |
peterr
Posts: 5971
|
| Posted: 11/08/2004, 11:26 PM |
|
The Web browser doesn't pass this value to the server (because there is no need for it since it already passes the ID), therefore you cannot do this directly.
However, you can use the CCDLookUp function to lookup the value associated with the bound property value.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|