Using Atlas UpdatePanelAnimation Extender to get "watermark" behavior

Hi

UpdatePanelAnimation Extender is a simple and very good up gradation of the Update Progress. It allows declerative fashion and us to use the powerful animation framework in a very easy. We can use the Update panel Animation extender to play animation both while the update panel is updating and also when the update panel has finished updating. This can help us interact with the user while there is a call back in process and we can use the existing Animation framework to provide users with good interactivity while the call back is in process and also when the call back has completed.

The code to use the UpdatePanelAnimation Extender looks like this.

<atlasToolkit:UpdatePanelAnimationExtender ID="ae" runat="server">
   
<atlasToolkit:UpdatePanelAnimationProperties TargetControlID="up">
        
<Animations>

          
<OnUpdating> ... </OnUpdating>
           
<OnUpdated> ... </OnUpdated>
       
</Animations>

   
</atlasToolkit:UpdatePanelAnimationProperties>
</atlasToolkit:UpdatePanelAnimationExtender>

Here the TargetControlID is the ID of the UpdatePanel whose updates will be used to show animation.

OnUpdating and OnUpdated tags contain the generic animation that will be played.

Hope this helps
Thanks
Vikram


Share this post   Email it |  digg it! |  reddit! |  bookmark it!

Feedback

Posted on 10/27/2006 4:32:09 PM

Hey Vikram,
Is there a way to have multiple UpdatePanelAnimationExtender instances on the same page?

Thanks,
Chris

Posted on 10/27/2006 9:13:48 PM

Earlier it was not possible. But I Think with the new beta release this is possible

Posted on 11/28/2006 4:17:59 AM

Hi Vikram

Is it possible to show the target control first at page load and call some bulk code.
Because my page load contains too time consuming i want to show first the progress and then the completed page

Posted on 12/5/2006 10:10:28 PM

Hi,

my problem is same has Harshal, I want to show first the progress and then the completed page and Progress bar when the Update panel is updating.

Posted on 1/15/2007 11:18:31 PM

Hi
Is this possible in the new AjaxControlToolkit. I think this is not possible as some of the controls properties have been cahnged. Can you provide an example to animate a panel?
Thanks
Karthik

Posted on 2/6/2007 6:32:10 AM

I have placed one button inside OnUpdating onclick of which I want to open a dhtml popup.
But when I click on the button it doesn't open the popup for the first time but on next click it opens it. that continues.

But if i place the button inside OnUpdated tag it works fine. but takes a bit longer to load.

So can u plz give your inputs regarding this problem?

Posted on 12/3/2007 11:00:31 PM

useless. This was pretty much copied directly from www.asp.net. You have given yourself a bad name, even for an ASP.NET coder.

Posted on 12/26/2007 6:49:07 AM

Just copy pasted code from ASP.NET....
Unnecessary wasting time of others......

Please post your comments:

Name:  
Email (optional): Your email address will not be posted.
URL (optional):
Comments: HTML will be ignored, URLs will be converted to hyperlinks  
Enter the text you see in the box:
 
Copyright © 2006 - 2009 Vikram Lakhotia