|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/FusionChart/Code/VB_NET/Masterpage_Example/ |
Upload File : |
<%@ Page Language="VB" MasterPageFile="MasterPage.master" codeFile="Default.aspx.vb" Inherits="_Default" title="FusionCharts Example - Using ASP.NET 2.0 Master Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script language="javascript" type="text/javascript" src="../FusionCharts/FusionCharts.js"></script>
<%
'Included FusionCharts.js to embed FusionCharts easily in web pages
'The following code will generate a chart from code behind file Default.aspx.cs
%>
<asp:Literal ID="Literal1" runat="server"></asp:Literal>
</asp:Content>