Image inside UpdatePanel not working in Firefox
问题 I have an image that is generated automatically inside an Ajax UpdatePanel. This image is a graph that is generated from server-side code. Searching in Google, I realised it was a bug of FF. Does anybody have any solution? Here is the source (it contains also unneeded tags, I just copied-paste) <div> <asp:UpdatePanel ID="UpdatePanelGraph" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Panel ID="pnlGraph" runat="server" CssClass="container"> <div id="chart"> <Web:ChartControl