Page view counter

How Do I: Use the ASP.NET AJAX UpdatePanelAnimation Extender?

By adding animation to a partial-page update we can inform the user when an update is occuring, and when it has finished. The UpdatePanelAnimation extender adds animation effects to the ASP.NET AJAX UpdatePanel control, making use of the rich animation framework of the core ASP.NET AJAX Extensions. This video shows how you can define the sequence of effects for the UpdatePanelAnimation, and how you can fine-tune the animation by using ScriptAction definitions.

Presented by Joe Stagner

Duration: 20 minutes

Date: 10 July 2007

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 4

Leave a Comment

robinpv : On June 10, 2008 9:37 AM said:

Thanks for this tutorial. Unfortunately, I'm having a small problem.

I am using VWD 2008, but building in ASP.NET 2.0 due to hosting requirements. When I select 2.0 from Website->Start Options -> Build, the animation effects do not work in my browser. When I change back to 3.5, they work fine.

Does anyone have any suggestions about what the problem may be?

Any help much appreciated.

jdcook72 : On August 05, 2008 2:20 PM said:

I'm guessing that the version of the toolkit you have installed is for ASP.NET 3.5 so when you target 2.0 it does not work. You will need to install the version of the toolkit for the previous version of ASP.NET and reference that in your project.

This is just a guess.

cv_vikram : On August 07, 2008 9:23 AM said:

Nice tutorial..thanks

ronald_yoh : On November 18, 2008 8:52 PM said:

can I use this update panel animations to have the same functionality as update progress overlay extender?

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities