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