Link to home
Start Free TrialLog in
Avatar of arbert
arbert

asked on

Nested Repeaters Iterate through child Repeater

Ok, I have a parent repeater, and a child repeater.

When my form is submitted, I can loop through all the controls on the parent repeater without problems using the RepeaterItemsCollection.

My question is how can I also iterate through the child repeater at the same time.  For example, the parent repeater has a check box--when it's checked, I want to iterate through the child records on the nested repeater.

I've really racked my brains on this.

ASKER CERTIFIED SOLUTION
Avatar of samtran0331
samtran0331
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
...that assumes that the parent is Repeater1 and the nested repeater is named childRepeater
Avatar of arbert
arbert

ASKER

I think this is definately on the right track--playing with it now...