I have the following problem, in an Aspx form with C #, I need to add or delete items to a ListBox from another ListBox, which are selected in one, in both listBox they are fed with DataSource (), I have seen in Internet and the that I could find the items are added with .Items.Add ()
After performing the item's movements I must have a button to record the changes .-
Help is appreciated .-