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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 675 bytes
Line 
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="stackbar.aspx.cs" Inherits="stackbar" %>
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" datafile="datafile/stackbar.aspx"></cc1:openflashchartcontrol>
15
16 </div>
17 </form>
18</body>
19</html>
Note: See TracBrowser for help on using the repository browser.