Line | |
---|
1 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
|
---|
2 |
|
---|
3 | <%@ Register Assembly="OpenFlashChart" Namespace="OpenFlashChart" TagPrefix="cc1" %>
|
---|
4 |
|
---|
5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
6 |
|
---|
7 | <html xmlns="http://www.w3.org/1999/xhtml" >
|
---|
8 | <head runat="server">
|
---|
9 | <title>无标题页</title>
|
---|
10 | </head>
|
---|
11 | <body>
|
---|
12 | <form id="form1" runat="server">
|
---|
13 | <div>
|
---|
14 | <cc1:OpenFlashChartControl ID="OpenFlashChartControl1" runat="server" EnableCache="false" LoadingMsg="test loading...">
|
---|
15 | </cc1:OpenFlashChartControl>
|
---|
16 | <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="ChangeChartTitle" />
|
---|
17 | <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="RestoreDefaultTitle" /></div>
|
---|
18 | &&
|
---|
19 | </form>
|
---|
20 | </body>
|
---|
21 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.