Updateprogessbar is not working when Setting AssociatedUpdatePanelID?

前端 未结 2 1052
Happy的楠姐
Happy的楠姐 2020-12-21 23:06

I have two updatepanel and a progressbar on the page. If I set the AssociatedUpdatePanelID, then progressbar is not working, without setting AssociatedUpdatePanelID progress

相关标签:
2条回答
  • 2020-12-21 23:36

    Excellant Article: Explaining every thing in very simple manner..........
    http://www.codedigest.com/Articles/ASPNETAJAX/125_Using_UpdateProgress_Control_Effectively.aspx

    By Design External triggers for an UpdatePanel do not fire an associated UpdateProgress, since the implementation of enabling the UpdateProgress control searches the control hierarchy for the calling control; an external trigger will not be present in the control hierarchy.

    0 讨论(0)
  • 2020-12-21 23:50

    AssociatedUpdatePanelID property in the UpdateProgress control will not work if the event that triggered the UpdatePanel is also external.

    0 讨论(0)
提交回复
热议问题