ASP.NET-UpdatePanel-JQuery-DIV

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arulmanoj
    New Member
    • Mar 2009
    • 34

    #1

    ASP.NET-UpdatePanel-JQuery-DIV

    Hi,

    In one of my webpage I user UpdatePanel. Inside the UpdatePanel I have a DIV (name=div1). On JQuery MouseOver event am showing & Hiding an another DIV(name=div2). This show/Hide animation works fine. I also have a <a> link, on clicking of this link new pop window is opened. When I close the pop window and come back to the parent window Jquery animation is not working.

    Any help will be appreciated.

    Thanks.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The anchor (<a> link)...does it post back to the server?

    Do you have any custom JavaScript that you are rendering?
    You need to register JavaScript with the ScriptManager so that it works upon returning from an asynchronous postback to the server made via UpdatePanels.

    I've never combined JQuery with the ASP.NET Ajax Library before.

    -Frinny
    Last edited by Frinavale; Apr 2 '12, 03:10 PM.

    Comment

    Working...