从WebResource.axd禁用AJAX加载图标

时间:2011-06-30 16:53:26

标签: asp.net webresource.axd

我使用带有计时器的UpdatePanel,当计时器触发时,我从webresource.axd获得一个永远不会消失的动画.gif,所以我最终得到了倍增.gif的。如何禁用此动画?

1 个答案:

答案 0 :(得分:1)

您可以在UpdatePanel中添加自定义消息:

<asp:UpdateProgress ID="updProcess" 
       runat="server" AssociatedUpdatePanelID="YourProblematicPanelD">
    <ProgressTemplate>
            Left it emtpy, or type something here
    </ProgressTemplate>
</asp:UpdateProgress>

此UpdateProgress可以在Panel之外。

无论如何,正如我所说,更新面板没有默认等待图标,请搜索以查找他们如何在页面中添加