Nested repeater control

  • Thread starter Thread starter Maziar Aflatoun
  • Start date Start date
M

Maziar Aflatoun

Hi,

I have tried setting up a nested repeater control and it works fine. But
when I do 3 level nested repeater it fails. Does anyone know a site or have
an example of a three level nestest repeater control? Where there is a
parent repeater inside it there is a child repeater and inside that child
repeater there is another child repeater?

Repeater1 -> Repeater2 -> Repeater3?

Thank you
Maz.
 
Hi ,
it is the same as 2 level nested repeater . Only difference is i think , you
must give datasource and databind 3.repeater ( the innest one ) in second
repeaters item databound. Thats all .
note : i have write a code like that but it is used for commercial
application . Search it . if you could not find , maybe i give a part of
code to you
 
Back
Top