1repeater嵌套    <asp:Repeater ID="repeaterParent" runat="server"  OnItemDataBound="repeaterParent_ItemDataBound">
 2repeater嵌套        <ItemTemplate>
 3repeater嵌套            <!---------------------------------------------------------------------------------------->
 4repeater嵌套            <table width="186" border="1" class="MenuTB">
 5repeater嵌套                <tr>
 6repeater嵌套                    <th style="cursor:pointer;">
 7>

C#:
 1repeater嵌套        protected void BindParentRepeaterData()//绑定父repeater数据
 2        }

相关文章: