Click here to Skip to main content
16,004,227 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
i have two repeater control. one is nested in other.
XML
<asp:Repeater ID="rptrParent" runat="server" OnItemDataBound="rptrParent_ItemDataBound">
<HeaderTemplate>
================Bound to datasource================
<HeaderTemplate>/>
<itemtemplate>
<asp:Repeater ID="rpttChild" runat="server" OnItemDataBound="rptrParent_ItemDataBound">
<itemtemplate>
===========on Click of this item i want to get item of header template of parent repeater====
</itemtemplate>

</itemtemplate>
Posted
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900