asp.net - Disable AJAX loading icon from WebResource.axd -
im using updatepanel timer , when timer fires animated .gif webresource.axd never goes away end multiplying .gif's. how disable animation?
you can add custom message updatepanel that:
<asp:updateprogress id="updprocess" runat="server" associatedupdatepanelid="yourproblematicpaneld"> <progresstemplate> left emtpy, or type here </progresstemplate> </asp:updateprogress>
this updateprogress can outside panel.
anyway there no default wait icon update panel, search find how add in page
Comments
Post a Comment