1
<asp:Repeater ID="repeaterParent" runat="server" OnItemDataBound="repeaterParent_ItemDataBound">
2
<ItemTemplate>
3
<!---------------------------------------------------------------------------------------->
4
<table width="186" border="1" class="MenuTB">
5
<tr>
6
<th style="cursor:pointer;">
7
>
2
3
4
5
6
7
C#:
1
protected void BindParentRepeaterData()//绑定父repeater数据
2
}
2