(ASP.NET) Problem with a repeater nested in a repeater, how to know when it is a itemCommand?
- by NoProblemBabe
I have the following problem:
Keeping in mind the following structure:
<repeater>
<updatepanel>
<div>
<link id="fatherLink" />
</div>
<div>
<repeater>
<link id="childLink"/>
</repeater>
<div>
</updatepanel>…