Home All Groups Group Topic Archive Search About

DataGrid Parent/child

Author
17 May 2006 2:00 PM
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

Author
17 May 2006 3:22 PM
JensB
Show quote Hide quote
"Brian" <Bri***@mtewood.com> wrote in message
news:euE%23vobeGHA.4900@TK2MSFTNGP02.phx.gbl...
> 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