|
-
Jan 30th, 2004, 09:42 AM
#1
Thread Starter
Hyperactive Member
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.
-
Jan 30th, 2004, 09:51 AM
#2
Thread Starter
Hyperactive Member
sorry
buy found out how to it with
<%# DataBinder.Eval(Container.DataItem, "", "{0}")%>
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
|