datagrid -- two rows for one record

  • Thread starter Thread starter JFB
  • Start date Start date
J

JFB

Hi All,
I wan to be able to display all the info in my datagrid.
How can I display all info in two rows in my datagrid?
Can I collapse the two rows in one?
Any ideas... any help please..!
Tks in advance.

JFB
 
When you want "more control" over the look of displaying data, you should go
to a
asp:repeater Repeater control.

This allows you to code up your own <div>, put in <br> as needed, etc, etc.

The datagrid is quick to put together, less control.
The repeater takes more coding, but has more control.


..
 
Back
Top