Add item from Listbox to listbox
I have two list boxes and 2 buttons
when i click on Add button selected listbox1 items get added to listbox2. And
i click on Remove button selected listbox2 items get added to listbox1 and its appended at last but i want items must be added back to same index.