I need to create something like a listbox, to list rows of a datatable. (in C# VS)
It needs to list contacts and attributes of that contract that are to be updated.
Like this:
Joe Smith – jsmith@coco.com
AddressStreet: Cranfield Gdns.
Website: Etc.
Barbara Cart – b.cart@bb.com
PhoneNo: 02098765
Etc.
Generally there will only be a few attributes of a few contacts to be changed, where the user has to confirm. However, when adding a new contact the attribute list will be very lengthy.
Is a listbox the best thing to use? I am also looking for simplicity.
Does anyone know any very simple example of how to bind a listbox to a datatable.
Also, I don’t have a dataset only a datatable. Is that a problem?
Any help appreciated,
Thanks,
Marika
It needs to list contacts and attributes of that contract that are to be updated.
Like this:
Joe Smith – jsmith@coco.com
AddressStreet: Cranfield Gdns.
Website: Etc.
Barbara Cart – b.cart@bb.com
PhoneNo: 02098765
Etc.
Generally there will only be a few attributes of a few contacts to be changed, where the user has to confirm. However, when adding a new contact the attribute list will be very lengthy.
Is a listbox the best thing to use? I am also looking for simplicity.
Does anyone know any very simple example of how to bind a listbox to a datatable.
Also, I don’t have a dataset only a datatable. Is that a problem?
Any help appreciated,
Thanks,
Marika