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
Couple of Apple questions
Changing Domain Controllers + DNS - How to get new clients to accept new DNS server
Router Sessions
Block users from RSS feeds
Documentation on SAMBA and Active Directory Integration
Mice seem to stop working frequently, tried multiple mice and USB ports
Oeacle Storeage of word, pdf, excel documents in
Convert an 8 byte VB6 date to C# DateTime
How do I configure exchange 2007 to allow iPhone/iPad to work.
Email Being Blocked