Updateprogessbar is not working when Setting AssociatedUpdatePanelID?

前端 未结 2 1056
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:50

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

提交回复
热议问题