customermanage.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 192 行 · 第 1/2 页
ASPX
192 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Customermanage.aspx.cs" Inherits="UserManagement_Customermanage" %>
<!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: 772px; background-color: #f3f8ff; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid; height: 745px;">
<tr>
<td style="width: 769px; 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: 772px; height: 30px;" valign="top">
<table style="width: 771px; background-color: #4289c2; font-size: small">
<tr>
<td style="width: 84px">
请选择群组</td>
<td>
<asp:DropDownList ID="cbUserTeam" runat="server" Width="97px" AutoPostBack="True"
OnSelectedIndexChanged="cbUserTeam_SelectedIndexChanged">
</asp:DropDownList>
</td>
<td>
请选择部门</td>
<td>
<asp:DropDownList ID="cbDept" runat="server" Width="97px">
</asp:DropDownList></td>
<td>
请选择性别</td>
<td>
<asp:DropDownList ID="cbSex" runat="server" Width="97px">
</asp:DropDownList>
</td>
<td>
请输入姓名</td>
<td>
<asp:TextBox ID="tbName" runat="server" Width="99px"></asp:TextBox></td>
</tr>
</table>
<table style="width: 771px; background-color: #4289c2; font-size: small">
<tr>
<td style="width: 84px; height: 27px;">
请输入职务</td>
<td style="width: 102px; height: 27px;">
<asp:TextBox ID="tbDuty" runat="server" Width="93px"></asp:TextBox></td>
<td style="width: 70px; height: 27px;">
请输入生日</td>
<td style="height: 27px">
<asp:TextBox ID="tbYear1" runat="server" Width="48px" ></asp:TextBox>
请输入入伙时间<asp:TextBox ID="TextBox1" runat="server" Style="position: relative"
Width="93px"></asp:TextBox>
<asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click"
Text="查询" />
<asp:Button ID="btnAllData" runat="server" Text="全部数据" Width="58px" OnClick="btnAllData_Click" /></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td style="width: 772px; height: 243px; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;" valign="top" align="left">
<asp:Label ID="Label1" runat="server" Height="22px" Text=' <table class="table1" style="width: 770px; 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"></asp:Label>
<asp:Panel ID="Panel1" runat="server" Height="240px" ScrollBars="Vertical" Width="125px">
<asp:GridView ID="GridView1" runat="server" DataKeyNames="UserID" AutoGenerateColumns="False"
OnPageIndexChanging="GridView1_PageIndexChanging" PageSize="10">
<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="UserID" HeaderText="用户编号" InsertVisible="False" ReadOnly="True"
SortExpression="PK_ID"></asp:BoundField>
<asp:BoundField DataField="AreaName" HeaderText="用户组名"></asp:BoundField>
<asp:BoundField DataField="CorporationName" 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: 766px; 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>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?