Rank: Member Groups: Member
Joined: 2/24/2008 Posts: 27
|
Hi, I have a CallbackPanel, and inside i have a button that binds data to an other repeater that is in other CallbackPanel,
how can I force to update the CallbackPanel from other callback panel to finnally see my repeater binded with data ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would set both CallbackPanel's GroupName to the same value. That way you would group both CallbackPanel together and updating one would update them all.
Thanks
|