Hi,
is it possible to have multiple rows for each column from my database. E.g. my database columns are
date,
title,
Description
but i want them displayed in the datagrid as
date title
Description
for each row.
Hope someone can help
Cheers
Nick
Printable View
Hi,
is it possible to have multiple rows for each column from my database. E.g. my database columns are
date,
title,
Description
but i want them displayed in the datagrid as
date title
Description
for each row.
Hope someone can help
Cheers
Nick
thanks ednees
i've had a look at that but have had trouble getting it to work.
okay i got it to work now.
1 more thing. Is there an easy way to put a blank row between each row?
You can also use a DataList
Just look at the html that I wrote to add the extra line in the datagrid, just add another table row set of tags with the appropriate td tags, and you will have an extra row.Quote:
Originally posted by nswan
okay i got it to work now.
1 more thing. Is there an easy way to put a blank row between each row?