asp repeater inside dynamic control losing items
Posted
by Ed
on Stack Overflow
See other posts from Stack Overflow
or by Ed
Published on 2009-10-05T04:11:36Z
Indexed on
2010/06/01
23:03 UTC
Read the original article
Hit count: 282
i have a repeater inside a dynamic control, i am trying to get the items of the repeater in a postback prior to databinding. this seems to work when i have a static repeater where the items are still intact, but when my repeater is inside a dynamic control and i try to get "repeater.Items", the count is always 0.
is this normal behavior for repeaters when being placed inside a dynamic control?
© Stack Overflow or respective owner