Container.DataItem of Parent Contol??

A

Adam Knight

Hi all,

I have the following code:

<asp:DataList ID="dlDocumentTypes" width="100%" Height="100%"
Runat="server">
<ItemTemplate>
<table height="100%" width="100%" border="0" cellspacing="0"
cellpadding="3">
<tr>
<td><%# Container.DataItem("title")%></td>
<td class="Documents">
<asp:DataList ID="dlDocumentLinks" Runat="server"
CellPadding="3" RepeatLayout="Table" Width="100%">
<ItemTemplate>
<a href="" target="_blank"><%# ?????? Need
Parent List DataItem Here! ?.?.DataItem("standard_id") %></a>
</ItemTemplate>
</asp:DataList>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>

What i am after, is the ability to retrieve a data item of the parent list
control with in the child list control.

Can anyone help?

Cheers,
Adam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top