DotNet HighChart无法在更新面板(ASP.NET)中工作

时间:2014-03-10 10:50:49

标签: asp.net ajax highcharts

我有asp.net web应用程序我在同一页面中添加了多个dot net highchart。(比如Dashboard)这些图表包含在Update面板中。我已尽可能尝试所有谷歌链接,以找到相互依赖更新每个图表的方法。

我正在使用计时器来刷新它们。更新面板也设置为Conditional更新。 这根本不起作用。

我该怎么办?

<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>

0 个答案:

没有答案