gpt4 book ai didi

asp.net-ajax - UpdateProgress 链接到多个 UpdatePanel 控件

转载 作者:行者123 更新时间:2023-12-03 21:18:45 26 4
gpt4 key购买 nike

有没有办法让单个 UpdateProgress 控件与多个 UpdatePanel 控件关联?像这样:

<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
.....
</ContentTemplate>
</asp:UpdatePanel>

<asp:UpdatePanel ID="UpdatePanel2" runat="server">
<ContentTemplate>
.....
</ContentTemplate>
</asp:UpdatePanel>


<asp:UpdateProgress ID="UpdateProgress3" runat="server" AssociatedUpdatePanelID="UpdatePanel1, UpdatePanel2">.....

最佳答案

从标记中删除 AssociatedUpdatePanelID,它将按您的需要工作。

关于asp.net-ajax - UpdateProgress 链接到多个 UpdatePanel 控件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1541060/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com