ListBox Control code in C#
HI Guys,
Suppose I am having two list boxes one is source and another one is destination.
from source I have to select an item once we click on button the particular item will have to switch on another listBox which is destination.
So how can I do this.
Please guided me.