المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to move values from one listbox to another listbox?can anyone help me?



C# Programming
06-27-2009, 11:24 AM
My application is having two listboxes.
first listbox is getting values from database
double click on first listbox value will remove from first listbox and add to second listbox.i completed this.
but my problem is double click on second listbox value should remove from second listbox and add to first list box and i already mentioned that first listbox is getting value from database.