Hello

Im using the datagrid control to display data in an asp.net web page.
What i want to do is have repeating rows of data set out in the
following format. Please not that the lines just denote each new
record. I can get the val6,val7,val8 and image to display in the format
that i want, but i want val1 - 5 to display across the full length of
the datagrid at the top.

Is this possible ????

If not how else can i do this ??

HEADER
----------------------------------------------------------------
Record1
val1 val2 val3 val4 val5

Val6 IMAGE
Val7
Val8
-----------------------------------------------------------------
----------------------------------------------------------------
Record2
val1 val2 val3 val4 val5

Val6 IMAGE
Val7
Val8
-----------------------------------------------------------------

thanks in advance


CG