A
Adam Knight
Hi all,
I have the following code:
<aspataList 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">
<aspataList 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>
</aspataList>
</td>
</tr>
</table>
</ItemTemplate>
</aspataList>
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
I have the following code:
<aspataList 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">
<aspataList 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>
</aspataList>
</td>
</tr>
</table>
</ItemTemplate>
</aspataList>
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