Results 1 to 2 of 2

Thread: Datagrid - more than one record per row [RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    UK
    Posts
    271

    Datagrid - more than one record per row [RESOLVED]

    Hi,

    I am trying to display two record in on cell,

    I currently have a hyperlink in the cell,

    so it looks summit like this:

    Name:

    [Name]

    but I want to have it with the description under it, so it would be summit like this:


    Name:

    [Name]
    [Description]

    I know this is possible with other datagrids, but is it possible with the defualt asp.net datagrid?

    if so how?

    thanks
    Last edited by §tudz; Jan 30th, 2004 at 05:07 PM.
    §tudz

    Studzworld.com - Portfolio

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    UK
    Posts
    271
    sorry

    buy found out how to it with


    <%# DataBinder.Eval(Container.DataItem, "", "{0}")%>
    §tudz

    Studzworld.com - Portfolio

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