userinfolist.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 199 行 · 第 1/2 页

ASPX
199
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserInfoList.aspx.cs" Inherits="UserManagement_UserInfoList"
    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 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: 725px; background-color: #f3f8ff; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid; height: 480px;">
                <tr>
                    <td style="width: 756px; height: 25px; background-color: #9ac4e0">
                        &nbsp;<asp:Label ID="Label5" runat="server" Width="333px" Font-Size="10pt">位置: &nbsp;职工管理 &nbsp;> &nbsp;电子档案管理&nbsp;> &nbsp;职工档案管理</asp:Label></td>
                </tr>
                <tr>
                </tr>
                <tr>
                    <td align="left" style="width: 756px; height: 26px;" valign="top">
                        <table style="width: 763px; background-color: #4289c2; font-size: small">
                            <tr>
                                <td style="width: 84px; height: 26px;">
                                    &nbsp;请选择群组</td>
                                <td style="height: 26px; width: 105px;">
                                    <asp:DropDownList ID="cbUserTeam" runat="server" Width="97px" AutoPostBack="True"
                                        OnSelectedIndexChanged="cbUserTeam_SelectedIndexChanged">
                                    </asp:DropDownList>
                                </td>
                                <td style="height: 26px; width: 74px;">
                                    请选择部门</td>
                                <td style="height: 26px; width: 104px;">
                                    <asp:DropDownList ID="cbDept" runat="server" Width="97px">
                                    </asp:DropDownList></td>
                                <td style="height: 26px; width: 75px;">
                                    请选择性别</td>
                                <td style="height: 26px; width: 105px;">
                                    <asp:DropDownList ID="cbSex" runat="server" Width="95px" style="left: 8px; position: relative">
                                    </asp:DropDownList>
                                </td>
                                <td style="height: 26px; width: 66px;">
                                    请输入姓名</td>
                                <td style="height: 26px; width: 117px;">
                                    <asp:TextBox ID="tbName" runat="server" Width="98px"></asp:TextBox></td>
                            </tr>
                        </table>
                        <table style="width: 763px; background-color: #4289c2; font-size: small">
                            <tr>
                                <td style="width: 84px; height: 27px;">
                                    &nbsp;请输入职务</td>
                                <td style="width: 105px; height: 27px;">
                                    <asp:TextBox ID="tbDuty" runat="server" Width="90px"></asp:TextBox></td>
                                <td style="width: 70px; height: 27px;">
                                    请输入生日</td>
                                <td style="height: 27px">
                                    <asp:TextBox ID="tbYear1" runat="server" Width="90px" style="left: 3px; position: relative" ></asp:TextBox>
                                    &nbsp; &nbsp;请输入入伙时间<asp:TextBox ID="TextBox1" runat="server" Style="position: relative"
                                        Width="87px"></asp:TextBox>
                                    <asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click"
                                        Text="查询" style="left: 75px; position: relative" />&nbsp;
                                    <asp:Button ID="btnAllData" runat="server" Text="全部数据" Width="58px" OnClick="btnAllData_Click" style="left: 75px; position: relative" /></td>
                            </tr>
                        </table>
                    </td>
                </tr>
               
                <tr>
                    <td style="width: 756px; height: 240px; border-bottom: #9ac4e0 1px solid;" valign="top" align="left">
                        <asp:Label ID="Label1" runat="server" Height="22px" Text='&#13;&#10;            <table class="table1" style="width: 755px; height: 11px; background-color: #DBEAF5; font-size: 10pt">&#13;&#10;                                    <tr style="height: 12px;" align="center">&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px; border-right-color: White; height:11px">&#13;&#10;                                            选择</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            编号</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            用户组名</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-right: 0px; border-top: 0px;height:11px">&#13;&#10;                                            部门单位名</th>&#13;&#10;                                         <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            职务</th>&#13;&#10;                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-right: 0px; border-top: 0px;height:11px">&#13;&#10;                                            姓名</th>&#13;&#10;                                         <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;&#13;&#10;                                            border-top: 0px;height:11px">&#13;&#10;                                            性别</th>&#13;&#10;                                        &#13;&#10;                                    </tr>&#13;&#10;                                    &#13;&#10;                                </table>&#13;&#10;                 '
                            Width="525px"></asp:Label>
                        <asp:Panel ID="Panel1" runat="server" Height="240px" ScrollBars="Vertical" Width="125px" BackColor="#FF80FF" BorderColor="#C0C0FF" ForeColor="Cyan">
                            <asp:GridView ID="GridView1" runat="server" DataKeyNames="UserID" AutoGenerateColumns="False"
                                OnPageIndexChanging="GridView1_PageIndexChanging" PageSize="10" BackColor="White" BorderColor="White" ForeColor="Black">
                                <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>
                                            <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">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?