ajax - DotNet HighChart not working in Update Panel (ASP.NET) -
i have asp.net web application have added multiple dot net highchart in same page.(like dashboard) charts wrapped in update panel. have tried google links possible find ways update each chart interdependently.
i using timer refresh them. update panels set conditional
update. dose not work @ all.
what can do?
<div style="" id="asdflick" class="leftsideboxchart" > <asp:updatepanel id="updatepanel1" runat="server"> <contenttemplate> <asp:literal id="ltrweektoatallinechart" runat="server"></asp:literal> </contenttemplate> </asp:updatepanel> <asp:timer id="timer1" runat="server" interval="70000" ontick="timer1_tick"></asp:timer> </div>
Comments
Post a Comment