If you have repeater inside a repeater, in some situation you may need to find position of control( that’s inside child repeater) in parent repeater. Let’s take an example. Here is what I have. As you can see in sample code…
The post How to find child control’s position in a parent repeater appeared first on Broken Code.