以下は私のページとコントロールの階層です。
Page
UserControl 1
<Repeater1> //Contents of UserControl 1
UserControl 2
<Accordion> //Contents of UserControl 2
<Header/>
<Content>
<Repeater2/> //Repeater 2 is within Usercontrol 2
<Button/> // Button is within Usercontrol2, not Repeater 2
</Accordion>
</Repeater1>
ボタンをクリックしたときにRepeater2を更新できるようにする必要があります。
どんなポインタも本当に役に立ちます。