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
multiple timers
Can't access variable in code behind page
Outlook/Exchange Issue with Emails not showing
Outlook 2010 fails to login via POP3 to SBS2008 server
restore from DB?
MAGENTO ENTERPRISE: Need to make static link in category menu (always display throughout layers)
Access to toher User's Inboxes
Sharepoint Calculated Column Question:How to convert date to (YY) Month format from mm/dd/yy?
SQL Server 2008 setup failure
Server 2008 R2 DC File Permissions