I am using an animated gif in an Atlas progressupdate control within a Atlas UpdatePanel. When I switch from "Source" view to "Design" view the IDE hickups for a few seconds then completely hangs. It does this consistently and I must KILL Visual Studio from Task Manager and restart. If I simply remove the reference to the image inside the <ProgressTemplate> the Design view works fine. If I use the image I am unable to use Design view.<div id="footercontrols" runat="server" style="clear:left;float:left;"> <span id="lastUpdated" runat="server">Updated</span><br /><br /> <span style="float: left;clear:left;"> <asp:UpdateProgress ID="UpdateProgress1" runat="server" DynamicLayout="False" AssociatedUpdatePanelID="UpdatePanel1" DisplayAfter="1" Visible="True"> <ProgressTemplate> <span> <img src="../App_Themes/WRERed/Images/cursor.gif" /> Refreshing... </span> </ProgressTemplate> </asp:UpdateProgress> </span> </div>
Version
Please wait...