updateprogress

Updateprogessbar is not working when Setting AssociatedUpdatePanelID?

我怕爱的太早我们不能终老 提交于 2019-11-29 18:06:40
I have two updatepanel and a progressbar on the page. If I set the AssociatedUpdatePanelID, then progressbar is not working, without setting AssociatedUpdatePanelID progress bar is working but the problem is working for both updatepanel. But I need to work on one updatepanel. <asp:Button ID="Button1" runat="server" Text="Button1" OnClick="Button1_Click" /> <asp:Button ID="Button2" runat="server" Text="Button2" OnClick="Button2_Click" /> <asp:UpdateProgress runat="server" ID="prg" AssociatedUpdatePanelID="upnl"> <ProgressTemplate> <img src="Images/progressbar.gif" /> </ProgressTemplate> </asp

Updateprogessbar is not working when Setting AssociatedUpdatePanelID?

怎甘沉沦 提交于 2019-11-28 11:50:56
问题 I have two updatepanel and a progressbar on the page. If I set the AssociatedUpdatePanelID, then progressbar is not working, without setting AssociatedUpdatePanelID progress bar is working but the problem is working for both updatepanel. But I need to work on one updatepanel. <asp:Button ID="Button1" runat="server" Text="Button1" OnClick="Button1_Click" /> <asp:Button ID="Button2" runat="server" Text="Button2" OnClick="Button2_Click" /> <asp:UpdateProgress runat="server" ID="prg"