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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top