Add Items From On DropDownList to Another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wanting to add all the dropdown items from one dropdown control to
another. I see that there is a method for "AddRange", but it will not accept
the property returned from the other control which returns a
ListItemCollection. I know that I can loop through them and add them one-by
one, but was thinking there must be an easier way.

Thanks in advance for your assistance!!
 
I've been looking for the same easier way as you, but so far looping and
adding items seems to be the only one.

Henri
 
Back
Top