customermanage.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 198 行 · 第 1/2 页
ASPX
198 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Customermanage.aspx.cs" Inherits="Customermanangement_Customermanage" Theme="SkinFile" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
<link href="../Source/table.css" rel="Stylesheet" type="text/javascript" />
</head>
<body style="margin-top: 10px">
<form id="form1" runat="server">
<div>
<table style="width: 743px; background-color: #f3f8ff; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid; height: 476px;">
<tr>
<td style="width: 756px; height: 25px; background-color: #9ac4e0">
<asp:Label ID="Label5" runat="server" Width="333px" Font-Size="10pt">位置: 客户管理 > 客户资料管理</asp:Label></td>
</tr>
<tr>
</tr>
<tr>
<td align="left" style="width: 756px; height: 30px;" valign="top">
<table style="width: 763px; background-color: #4289c2; font-size: small">
<tr>
<td style="width: 82px; height: 26px;">
请选择类型</td>
<td style="height: 26px">
<asp:DropDownList ID="cbUserTeam" runat="server" Width="99px" AutoPostBack="True"
OnSelectedIndexChanged="cbUserTeam_SelectedIndexChanged">
</asp:DropDownList>
</td>
<td style="height: 26px; width: 76px;">
请选择组别</td>
<td style="height: 26px">
<asp:DropDownList ID="cbDept" runat="server" Width="97px" AutoPostBack="True">
</asp:DropDownList></td>
<td style="height: 26px">
请选择性别</td>
<td style="height: 26px; width: 106px;">
<asp:DropDownList ID="cbSex" runat="server" Width="86px" style="left: 18px; position: relative">
</asp:DropDownList>
</td>
<td style="height: 26px; width: 74px;">
请输入姓名</td>
<td style="width: 118px; height: 26px">
<asp:TextBox ID="tbName" runat="server" Width="97px" style="left: 1px; position: relative"></asp:TextBox></td>
</tr>
</table>
<table style="width: 763px; background-color: #4289c2; font-size: small">
<tr>
<td style="width: 84px; height: 27px;">
请输入职务</td>
<td style="width: 109px; height: 27px;">
<asp:TextBox ID="tbDuty" runat="server" Width="93px" style="left: 1px; position: relative"></asp:TextBox></td>
<td style="width: 73px; height: 27px;">
请输入生日</td>
<td style="height: 27px; width: 497px;">
<asp:TextBox ID="tbYear1" runat="server" Width="91px" ></asp:TextBox>
请输入入伙时间<asp:TextBox ID="TextBox1" runat="server" Style="position: relative"
Width="80px"></asp:TextBox>
<asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click"
Text="查询" style="left: 83px; position: relative" />
<asp:Button ID="btnAllData" runat="server" Text="全部数据" Width="58px" OnClick="btnAllData_Click" style="left: 83px; position: relative" /></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td style="width: 756px; height: 243px; border-bottom: #9ac4e0 1px solid;" valign="top" align="left">
<asp:Label ID="Label1" runat="server" Height="22px" Text=' <table class="table1" style="width: 763px; height: 11px; background-color: #DBEAF5; font-size: 10pt"> <tr style="height: 12px;" align="center"> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px; border-right-color: White; height:11px"> 选择</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 编号</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 客户类型</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px;height:11px"> 客户组别</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 职务</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px;height:11px"> 姓名</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 性别</th> </tr> </table> '
Width="521px" style="left: -1px; position: relative; top: -24px"></asp:Label>
<asp:Panel ID="Panel1" runat="server" Height="210px" ScrollBars="Vertical" Width="125px" style="left: 1px; position: relative; top: -18px">
<asp:GridView ID="GridView1" runat="server" DataKeyNames="CustomerID" AutoGenerateColumns="False"
OnPageIndexChanging="GridView1_PageIndexChanging" Width="163px">
<Columns>
<asp:TemplateField HeaderText="选择">
<ItemTemplate>
<asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="UserDefineID" HeaderText="编号" />
<asp:BoundField DataField="CustomerID" HeaderText="用户编号" InsertVisible="False" ReadOnly="True"
SortExpression="PK_ID"></asp:BoundField>
<asp:BoundField DataField="TypeName" HeaderText="客户类型"></asp:BoundField>
<asp:BoundField DataField="GroupName" HeaderText="客户组别"></asp:BoundField>
<asp:BoundField HeaderText="职务" SortExpression="Birthday" DataField="Duty"></asp:BoundField>
<asp:BoundField DataField="Name" HeaderText="姓名" SortExpression="Name"></asp:BoundField>
<asp:BoundField DataField="Sex" HeaderText="性别" SortExpression="Sex"></asp:BoundField>
</Columns>
<EmptyDataTemplate>
<table style="width: 740px; height: 11px; background-color: #DBEAF5; font-size: 10pt">
<tr style="height: 12px;" align="center">
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; border-right-color: White; height: 11px">
选择</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
编号</th>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?