Problem with AjaxAnimationExtender

E

Erik Wucher

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,265
Messages
2,571,069
Members
48,771
Latest member
ElysaD

Latest Threads

Top