Reputation: 9289
Can i place more than one triggers for a single update panel? Is it possible to give multiple triggers for an update panel. Is there anything that i should take care if i am using multiple triggers( if it possible) ??
Upvotes: 0
Views: 2711
Reputation: 4968
Yes, you can. AFAIK, there is no harm in doing it. When you create multiple triggers, you are simply choosing to update your UpdatePanel when any one of the triggers fire.
Upvotes: 2