Properties
- AlwaysFinishOnUpdatingAnimation - An optional property that makes sure the OnUpdated event will fire only after the onUpdating event is completed
- ChildrenAsTriggers - An optional property that enables update panel animation if the postback is caused by a panel's immediate children
- OnUpdated - Generic animation played after the UpdatePanel has finished updating (but only if the UpdatePanel was changed)
- OnUpdating - Generic animation played as when any UpdatePanel begins updating
- TriggerControlsClientID - ClientID's of the trigger controls
Methods
- GetControl(id) - Returns the control specified by its ID
- GetTargetControl() - Returns the UpdatePanel, whose updates are used to play animations (this is also the default target of animations)