Problem with AjaxAnimationExtender

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi!

i have a problem with AjaxAnimationExtender as a usercontrol like this:

<%@ Register Src="AjaxAnimation.ascx" TagName="Animation" TagPrefix="uc1" %>

I use two instances of this Usercontrol in my page like this;

<uc1:Animation ID="Animation1" runat="server" />
<uc1:Animation ID="Animation2" runat="server" />

Then the js "cover" function of the AjaxAnimationExtender will be the same
for both Controls after the page was created.


for the Animation1 :

Cover($get(\\u0027btnInfo\\u0027), $get(\\u0027flyout\\u0027));


for animation2:

Cover($get(\\u0027btnInfo\\u0027), $get(\\u0027flyout\\u0027))

Any other references in the JS are named right. But they always overlap on
each other.

Thank you for any hints on this problem!

Erik


.