PDA

Click to See Complete Forum and Search --> : multiple rows for each column on datagrid


nswan
May 11th, 2003, 06:26 PM
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

Edneeis
May 11th, 2003, 06:50 PM
http://www.vbforums.com/showthread.php?s=&threadid=243537

nswan
May 11th, 2003, 06:58 PM
thanks ednees

i've had a look at that but have had trouble getting it to work.

nswan
May 11th, 2003, 07:34 PM
okay i got it to work now.

1 more thing. Is there an easy way to put a blank row between each row?

DevGrp
May 11th, 2003, 08:59 PM
You can also use a DataList

hellswraith
May 11th, 2003, 10:01 PM
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?
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.