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
 

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

Back
Top