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
Apple Mail - Find local Exchange email after changing accounts?
How to raise 2 GB mailbox limit in Exchange 2007?
how to find my Symantec pcAnywhere serial number
How do I convert string to char?
Standard server 2008 to SBS premium 2008
Cisco VTY Access to particular line number
Access user control function from master page
Am I elegible for a free upgrade to Outlook 2010 with this?
SCCM Software Report By Major Revision
How to change properties.settings after deployment of windows application