AnimationExtender inside UpdatePanel

Last post 02-06-2007 1:39 PM by jiang925. 2 replies.

Sort Posts:

  • AnimationExtender inside UpdatePanel

    01-31-2007, 4:06 PM
    • Member
      point Member
    • a_thakkar
    • Member since 01-31-2007, 8:56 PM
    • Posts 2

    Hi,

    In my Web user control, I have AnimationExtender inside a UpdatePanel. It works OK when I load page for first time. but after I perform an action, it stops working and throw following error.

    Error

    'Sys.InvalidOperationException: Two componenets with the same id 'TestAnimationExtender' can't be added to the application.

     Any Help?

    Thanks

    A. Thakkar

  • Re: AnimationExtender inside UpdatePanel

    02-05-2007, 12:10 PM
    • Member
      point Member
    • a_thakkar
    • Member since 01-31-2007, 8:56 PM
    • Posts 2

    I downloaded 02/01 release but I still having same problem.

    Can any one give me directions?

    Thanks

    - A.

  • Re: AnimationExtender inside UpdatePanel

    02-06-2007, 1:39 PM
    • Member
      2 point Member
    • jiang925
    • Member since 02-05-2007, 1:55 PM
    • Posts 4

    Hi,

    I got the same error message trying to make a tabbed panel into an update panel.

    It seems like no AJAX control can be placed in update panel.

    I think the reason is the content in update panel (your AnimationExtender, my tabbed panel) does not get disposed on client side between each updates. This might cause a web-page that might be partially updated many times taking a lot of memory. I hope I'm wrong, though.

    I'm looking for a way to solve this problem, too.

Page 1 of 1 (3 items)