source: code/Website/dot-net-library/written-by-xiao-yifang/ofcWebTest/chartcontrol.aspx

Last change on this file was 7849, checked in by dennisw, 15 years ago
File size: 718 bytes
Line 
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chartcontrol.aspx.cs" Inherits="chartcontrol" %>
2
3<%@ Register Assembly="OpenFlashChart" Namespace="OpenFlashChart" TagPrefix="cc1" %>
4
5
6
7<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
8
9<html xmlns="http://www.w3.org/1999/xhtml" >
10<head runat="server">
11 <title>无标题页</title>
12
13</head>
14<body>
15 <form id="form1" runat="server">
16 <div>
17 &nbsp;<cc1:OpenFlashChartControl ID="OpenFlashChartControl1" runat="server" DataFile="datafile/pie.aspx?a=b&b=c">
18 </cc1:OpenFlashChartControl>
19
20
21 </div>
22 </form>
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.