|
Rank: Advanced Member Groups: Member
Joined: 10/20/2008 Posts: 75
|
Hello, can I trigger two different CallBackPanel with the same DropDownList? Or is triggers only the first callBackPanel in the Page? Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. You can not. You can group multiple CallbackPanel together by setting their GroupName to the same value. But only the first one's Execute event will be fired.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 10/20/2008 Posts: 75
|
So the property Groupname needs to do what? Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Just set the two callback's GroupName property to the same value. Any value is fine.
Thanks
|
|