ASP.NET AJAX Control Toolkit Demos v20.1.0.0

UpdatePanelAnimation Sample
Ajax Control Toolkit
UpdatePanelAnimation Demonstration
4/28/1906 12:00:00 AM
Choose the effects, then press 'Update':



UpdatePanelAnimation Description
UpdatePanelAnimationExtender is an extender that allows you to play animations both while an UpdatePanel is updating and after its update is finished. The animations to be played are declaratively specified by using XML.
UpdatePanelAnimation Properties
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)
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.