Hallo everyone,
I'm wondering what's the efficient way for "Moving Items Between Two List Boxes" using LLBLGen?
Example of what I have:
On the left listbox I have a list of staff members (StaffEntity) which are filled depending on the combobox selection which is a list of branches (BranchEntity).
On the right listbox, the list of staff members of the newly created branch. Of cource it's empty.
The user selects an item or items (staff) from the leftListBox and move it to the rightListBox. In code, I only need to change the Staff.BranchId of the rightListBox with the newly created branch and save the changes.
So, again, my question, what's the best way of achieving this efficiently?
PS My apologies for my bad english
Thanks in advance!
Regards
David De Smet