📄 dataform.aspx
字号:
<%@ Page language="c#" Codebehind="dataform.aspx.cs" AutoEventWireup="false" Inherits="Webimage.dataform" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>dataform</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="inactivecaptiontext">
<form id="dataform" method="post" runat="server">
<table width="99%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><FONT face="宋体">
<P>
<asp:Label id="Label1" runat="server">表名</asp:Label>
<asp:TextBox id="TextBox1" runat="server">Products</asp:TextBox>
<asp:Label id="Label2" runat="server">数据字段</asp:Label>
<asp:TextBox id="TextBox2" runat="server">销售额</asp:TextBox>
<asp:Label id="Label3" runat="server">字符字段</asp:Label>
<asp:TextBox id="TextBox3" runat="server">产品名</asp:TextBox></P>
<P>
<asp:Label id="Label4" runat="server">标题</asp:Label>
<asp:TextBox id="TextBox4" runat="server" Width="233px">某集团2005年产品销售额(单位:百万元)</asp:TextBox>
<asp:Label id="Label5" runat="server">宽度</asp:Label>
<asp:TextBox id="TextBox5" runat="server" Width="28px" MaxLength="3">500</asp:TextBox>
<INPUT id="Radio1" type="radio" CHECKED value="Radio1" name="RadioGroup" runat="server">饼形图
<INPUT id="Radio2" type="radio" value="Radio2" name="RadioGroup" runat="server">条形图
<asp:Button id="Button1" runat="server" Text="生成图表"></asp:Button>
<asp:Button id="Button3" runat="server" Text="返回首页"></asp:Button></P>
</FONT>
</td>
</tr>
<tr>
<td><FONT face="宋体"><P>
<P>
</FONT></P>
</td>
</tr>
<tr>
<td>
<P><FONT face="宋体"></FONT> </P>
<P><FONT face="宋体">注意:字段名最好不要使用中文名,为方便演示在这里暂时使用中文名,演示程序使用的是Access数据库</FONT></P>
<P align="right">
</P>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -