View Single Post
  #1 (permalink)  
Old 07-06-2009, 7:14 AM
daxriders daxriders is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Jul 2009
Age: 32
Posts: 3
Reputation: 0
daxriders is on a distinguished programming path ahead
Question 1 Addressbook, 2 Forms

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!
Reply With Quote