Microsoft
Software
Hardware
Network
Question : How to access a repeater inside a repeater.
I have a repeater inside a repeater:
<asp:Repeater id="RepeaterA" runat="server">
<ItemTemplate>
<p>
<%# DataBinder.Eval(Container.
DataItem, "Field1") %>
</p>
<asp:Repeater ID="RepeaterB" datasource='<%# ((DataRowView)Container.Da
taItem).Ro
w.GetChild
Rows("Rela
tion") %>' runat="server">
<ItemTemplate>
<asp:CheckBox ID="CheckBox" runat="server" Text="" />
</ItemTemplate>
</asp:Repeater>
</ItemTemplate>
</asp:Repeater>
How can I access the control CheckBox? I only see RepeaterA from my C# code.
Kevin
Answer : How to access a repeater inside a repeater.
You can use the itemdatabound event for looking in each dataitem within repeaterA and then for repeaterB
Random Solutions
Add Exchange 2010 footer to all emails
Opera 10.x how to find each tab's memory consumption
Complete memory dump not available for servers with >=2GB RAM : other options WinDbg : blue screen crash
KMS Activation Multiple Keys
Move Mailbox Powershell Script (sending Welcome e-mail HTML format)
Setting up Entourage 08 with Exchange 2007
Routing Issues
Intrusion Attempt on a Debian Etch system. Help needed
Start internet Radio
Outlook 2007 duplicate contacts created when importing from .csv