I am having two list boxes namely emp1 and emp2. The first one is filled with 10000 entries whereas the other is empty. I want to move some of the entries from emp1 to emp2 for the employees which has left the company. To do so I have to remove the items from emp1 and then add them to emp2. Logic is proper but the problem is that I am unable to do. Can you help me how to code for removing an item from emp1 and then add them to emp2? How to remove items from ListBox?
Bookmarks