Have a project..
Lets say it is a address book
The ultimate goal is to display the clients in the address book with there First name & Last name
the user can click on the name and then push a button which will then display further details such as phone number and address.
All the data is coming from an Access database--> this part is fine
Where we are stuck is the displaying of the name..
What to use a list box a listview or something else?
Anyone out there worked on soemthing similar or have some suggestions.
And if possible provide some code
Lets say it is a address book
The ultimate goal is to display the clients in the address book with there First name & Last name
the user can click on the name and then push a button which will then display further details such as phone number and address.
All the data is coming from an Access database--> this part is fine
Where we are stuck is the displaying of the name..
What to use a list box a listview or something else?
Anyone out there worked on soemthing similar or have some suggestions.
And if possible provide some code