Problem with AjaxAnimationExtender
- From: "Erik Wucher" <erik.wucher@xxxxxxxxxxxxx>
- Date: Mon, 10 Mar 2008 17:22:20 +0100
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
.
- Prev by Date: 09'cracked software of ftp download!
- Next by Date: How do I do this with the sitemap & menu control?
- Previous by thread: 09'cracked software of ftp download!
- Next by thread: How do I do this with the sitemap & menu control?
- Index(es):