Updateprogessbar is not working when Setting AssociatedUpdatePanelID?

前端 未结 2 1051
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.

提交回复
热议问题