2017年8月22日 星期二

[ASP.NET] 在UpdatePanel使用FusionChart圖表

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Sample2.aspx.cs" Inherits="nextSample" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>FusionCharts - Simple</title>
    <!-- FusionCharts script tag -->
    <script type="text/javascript" src="../fusioncharts/fusioncharts.js"></script>
    <!-- End -->
    <script type="text/javascript" src="JS/jquery.min.js"></script>

</head>
<body>
    <form id="form1" runat="server">
    <div id="wrapper">
        <asp:ScriptManager ID="ScriptManager1" runat="server">
            <Scripts>
                <asp:ScriptReference Path="~/UpdatePanelExample/JS/updatepanelhook.fusioncharts.js" />
            </Scripts>
        </asp:ScriptManager>
            <div class="content-area">
                  <asp:Literal ID="Literal_Chart1" runat="server"></asp:Literal> <%--顯示Chart--%>
            </div>
        </div>
    </div>
    </form>
</body>
</html>



updatepanelhook.fusioncharts.js


參考文章  https://github.com/fusioncharts/asp-net-wrapper/blob/master/sample/UpdatePanelExample/Sample2.aspx

沒有留言:

張貼留言