Results 1 to 6 of 6

Thread: multiple rows for each column on datagrid

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870

    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
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  2. #2

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    thanks ednees

    i've had a look at that but have had trouble getting it to work.
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    okay i got it to work now.

    1 more thing. Is there an easy way to put a blank row between each row?
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  5. #5
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    You can also use a DataList

  6. #6
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width