|
-
May 11th, 2003, 06:26 PM
#1
Thread Starter
Fanatic Member
multiple rows for each column on datagrid
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
-
May 11th, 2003, 06:50 PM
#2
-
May 11th, 2003, 06:58 PM
#3
Thread Starter
Fanatic Member
thanks ednees
i've had a look at that but have had trouble getting it to work.
-
May 11th, 2003, 07:34 PM
#4
Thread Starter
Fanatic Member
okay i got it to work now.
1 more thing. Is there an easy way to put a blank row between each row?
-
May 11th, 2003, 08:59 PM
#5
Frenzied Member
You can also use a DataList
-
May 11th, 2003, 10:01 PM
#6
PowerPoster
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|