how do i add to my dropdownlist

G

Guest

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
 
G

Guest

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
 

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