Click here to Skip to main content
15,995,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to move items from listbox1(which is populated from backend database) to listbox2(which is empty). Now after that i have to add listbox2 items to database. Thank u in advance......
Posted

1 solution

iterate the items collections for the listbox1 and clone the items you want into listbox2, or clone the entire collection into listbox2.

Then simply write what you want into your other database using a standard insert or update SQL statement.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900