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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -