Home All Groups Group Topic Archive Search About

how do i add to my dropdownlist

Author
11 Jun 2005 12:13 AM
rodchar
hey all,

i have 2 fields that have delimited values in them.
field1=1,2,3
field2=N1,N2,N3
what is the easiest way to get these into my dropdownlist where
dropdownlist.datavalue = field 1
dropdownlist.textvalue = field 2

thanks,
rodchar

Author
11 Jun 2005 3:28 AM
Saeid
Hello
Do you mean you have fixed item and you want to add them to dropdownlist,
and is the data stored in data source (DB or XML)?

Regards


Show quoteHide quote
"rodchar" wrote:

> hey all,
>
> i have 2 fields that have delimited values in them.
> field1=1,2,3
> field2=N1,N2,N3
> what is the easiest way to get these into my dropdownlist where
> dropdownlist.datavalue = field 1
> dropdownlist.textvalue = field 2
>
> thanks,
> rodchar

Bookmark and Share