I'm new to to VB and ADO.NET and i would like to create an addressbook with:
- one form with a datagridview containing some infos(name, company, phone number and email)
- a second form with the full details of the selected contact
Questions:
- should i use a typed dataset or programm everything myself?
- how do i display the full contact details in the 2nd form after clicking on the first form?
Thanx in advance for your help!
- one form with a datagridview containing some infos(name, company, phone number and email)
- a second form with the full details of the selected contact
Questions:
- should i use a typed dataset or programm everything myself?
- how do i display the full contact details in the 2nd form after clicking on the first form?
Thanx in advance for your help!