default.aspx
来自「这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代」· ASPX 代码 · 共 34 行
ASPX
34 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" AspCompat="true"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>利用饼形图和柱形图分析商品销售情况</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table align="center" border="1" cellpadding="1" cellspacing="1" bgcolor="black" bordercolor="#ffffff">
<tr>
<td style="height: 30px; font-size: 16pt; text-align: center; font-weight: bold;" colspan="2" bgcolor="#ffffff">利用饼形图和柱形图分析商品销售情况</td>
</tr>
<tr>
<td style="height: 30px; font-size: 9pt; text-align: center;" colspan="2" bgcolor="#ffffff">
订单号:<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="分析" /></td>
</tr>
<tr>
<td style="text-align: center; font-size: 9pt;" bgcolor="#ffffff">
<asp:Image ID="Image1" runat="server" /></td>
<td style="text-align: center; font-size: 9pt;" bgcolor="#ffffff">
<img src="Default2.aspx" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?