Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How can i implement a custom controll which has two listboxes where i can move items from the left list box to the right list box. The left list box has data from the database and the final selected list in the right list box is to be stored in the database. I want to expose the properties of the labes of the listboxes. Mainly i want it to be reusable.

Any articles or code that would point me in the right direction would also be a great help..

Thanks.
Posted

Try breaking it down. The left ListBox is simply a bound data source. To move the items, you remove it from the left ListBox and add it to the right.
 
Share this answer
 
try this

Listbox Controls
 
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