Welcome Guest Search | Active Topics | Sign In | Register

How to handle many triggers in a callbackpanel Options
xtremexploit
Posted: Tuesday, February 26, 2008 4:48:18 PM
Rank: Member
Groups: Member

Joined: 2/24/2008
Posts: 27
<eo:CallbackPanel ID="groupsContainerCallbackPanel" runat="server" Triggers="{ControlID:groupsTreeView;Parameter:}">


how can I handle many triggers in a callbackpanel, for example, handle 3 buttons more (onclick event)?
eo_support
Posted: Tuesday, February 26, 2008 4:57:45 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,093
Hi,

You can just add more to it. It will be something like:

Triggers="{ControlID:groupsTreeView;Parameter:},{ControlID:Button1;Parameter:}"

The easiest way is to edit the CallbackPanel's Triggers property from the property window. That way you don't need to worry about how it is formatted for you in the .aspx page. The designer automatically does that for you.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.