2
<asp:ListView runat="server" ID="lvOuter" DataKeyNames="Id">
<LayoutTemplate>
</LayoutTemplate>
<ItemTemplate>
<asp:ListView runat="server" ID="lvinner" DataKeyNames="Id" DataSource='<%# Eval("Collection") %>'
OnItemDataBound="lvGoalsInner_DataBound">
<LayoutTemplate>
**Set X from the outer listview**
</LayoutTemplate>
<ItemTemplate>
</ItemTemplate>
</asp:ListView>
</ItemTemplate>
</asp:ListView>
ここで、Xはオブジェクトが親データソースに割り当てられているクラスのプロパティです。内部ネストされたリストビューのレイアウトテンプレートで、リストビューの外側のデータ項目のアクセスプロパティを取得する方法
ここにあなたの質問/問題は何ですか?あなたの問題をタイトルとして投稿しないでください。多くの人が実現可能なヘルプの提供に関しておそらく応答しません。 – MethodMan