Two Update Panels and two update progress - how ?

Last post 01-31-2008 3:58 PM by Grzesiek23. 3 replies.

Sort Posts:

  • Two Update Panels and two update progress - how ?

    01-31-2008, 3:21 PM
    • Member
      324 point Member
    • Grzesiek23
    • Member since 12-23-2005, 12:52 PM
    • Posts 250

    So I have master page with Update Panel (with Calendar) and Update Progress.

    In child page I have rating control in Update Panel and Update Progress.

    Now when I vote at rating control both of update progress are calling up - I'm angry cause I don't want to call up update progress from calendar.

     

    Anyone can help me?
     

  • Re: Two Update Panels and two update progress - how ?

    01-31-2008, 3:36 PM
    Answer
    • Member
      278 point Member
    • zeemalik78
    • Member since 12-26-2006, 10:34 AM
    • Pakistan
    • Posts 71

    There is a property in UpdateProgress Control named "AssociatedUpdatePanelID". Set this property of both UpdateProgress controls in Master Page and Child page to thier respective update panels and you are good to go.

     

    Don't forget to click "Mark as Answer" on the post that helped you.
    This earns you a point.

     

    Zeeshan Malik
    http://zeemalik.wordpress.com

  • Re: Two Update Panels and two update progress - how ?

    01-31-2008, 3:49 PM
    Answer

    That and since your calendar update panel is updating when it doesn't have to, change both UpdatePanel's UpdateModes to "Conditional".

    When you ask a question, remember to click "mark as answered" when you get a reply which answers your question.


    My latest ASP.NET AJAX blog entries.
  • Re: Two Update Panels and two update progress - how ?

    01-31-2008, 3:58 PM
    • Member
      324 point Member
    • Grzesiek23
    • Member since 12-23-2005, 12:52 PM
    • Posts 250

    Thanks guys :) 

Page 1 of 1 (4 items)