|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how do i add to my dropdownlisthey 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 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
Other interesting topics
Code-Behind Pain in the Behind!
DataGrid Runtime DropDown - ViewState Issue Evaluation Application How to get network user name with FORMS authentication Is there server control that you load with HTML from a URL Reading values from a Word document... Two DropDownLists getting crossed Getting more detailed errors validating How to hide aspx from URL in address bar |
|||||||||||||||||||||||