risepage.aspx
来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 84 行
ASPX
84 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RisePage.aspx.cs" Inherits="RisePage" %>
<!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>
<tr>
<td colspan="4">
增长分析查询条件</td>
</tr>
<tr>
<td style="width: 100px">
日期(起):</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server" Width="101px"></asp:TextBox></td>
<td style="width: 100px">
日期(止):</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server" Width="101px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
地区名称:</td>
<td style="width: 100px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="106px">
</asp:DropDownList></td>
<td style="width: 100px">
部门名称:</td>
<td style="width: 100px">
<asp:DropDownList ID="DropDownList2" runat="server" Width="106px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px">
货物编码:</td>
<td style="width: 100px">
<asp:DropDownList ID="DropDownList3" runat="server" Width="106px">
</asp:DropDownList></td>
<td style="width: 100px">
业务员:</td>
<td style="width: 100px">
<asp:DropDownList ID="DropDownList4" runat="server" Width="106px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px; height: 21px">
客户名称:</td>
<td colspan="3" style="height: 21px">
<asp:DropDownList ID="DropDownList5" runat="server" Width="106px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px">
分析项目:</td>
<td colspan="3">
<asp:CheckBox ID="CheckBox2" runat="server" Text="地区" />
<asp:CheckBox ID="CheckBox3" runat="server" Text="部门" /> <asp:CheckBox ID="CheckBox4"
runat="server" Text="客户" /> <asp:CheckBox ID="CheckBox5" runat="server" Text="业务员" /> <asp:CheckBox
ID="CheckBox6" runat="server" Text="货物" /></td>
</tr>
<tr>
<td colspan="4">
<asp:Button ID="Button1" runat="server" Text="全清" />
<asp:Button ID="Button2" runat="server" Text="确定" />
<asp:Button ID="Button3" runat="server" Text="取消" /></td>
</tr>
</table>
</div>
<br />
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?