DataGrid Parent/child

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hello all, I was wondering how one does multiple headers and a with that
multiple rows for one record in vb.net

Example
Headers:
LastName FirstName
Birthday DateHire

Records:
Doe Jane
01/01/1910 01/02/1930
Smith Bob
03/03/1970 01/05/1990


thanx much
 
Brian said:
Hello all, I was wondering how one does multiple headers and a with that
multiple rows for one record in vb.net

Example
Headers:
LastName FirstName
Birthday DateHire

Records:
Doe Jane
01/01/1910 01/02/1930
Smith Bob
03/03/1970 01/05/1990


thanx much

You need to tell, if it is a Windows form or web App your are doing,
concerning the way to display it.

Try looking up on google keywords datarelation vb.net



Jens
 
Back
Top