M
matthew.macdonald-wallace
Hi all,
I'm trying to add functionality to an app written in C# so that a list
of people is displayed in a list box on the left hand side and then
selected individuals can be added to another list box on the right-hand
side.
I've got the data from my database into a database reader and I can get
it into an arrayList, however I can't get it to do what I want!
Basically, I want to use the unique index of my database as the index
for the list boxes, so that I can add a unique ID to the listBox with
an assigned value, the value can be selected, transfereed to the second
Listbox (along with it's value!) and then the database can be updated
accordingly.
Any advice is welcome,
Cheers,
Matt
I'm trying to add functionality to an app written in C# so that a list
of people is displayed in a list box on the left hand side and then
selected individuals can be added to another list box on the right-hand
side.
I've got the data from my database into a database reader and I can get
it into an arrayList, however I can't get it to do what I want!

Basically, I want to use the unique index of my database as the index
for the list boxes, so that I can add a unique ID to the listBox with
an assigned value, the value can be selected, transfereed to the second
Listbox (along with it's value!) and then the database can be updated
accordingly.
Any advice is welcome,
Cheers,
Matt