⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 displayemployee.aspx

📁 可以实现人事企业的管理。工资
💻 ASPX
字号:
<%@ Page Language="C#" CodePage="936" AutoEventWireup="true" EnableEventValidation="false" CodeFile="DisplayEmployee.aspx.cs" Inherits="WebFiles_Employee_DisplayEmployee" %>
<%@ Register Src="../../UserControl/Left_Navlist.ascx" TagName="Left_Navlist" TagPrefix="uc3" %>
<%@ Register Src="../../UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title><%=(string)Session["E_Name"]+"的个人详细资料" %></title>
    <link rel="Stylesheet" type="text/css" href="../../CSS/Mispersonal.css" /> 
    <script language="JavaScript" src="../../Js/Calendar30.js"></script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <uc1:Header ID="Header1" runat="server" />
    
    </div>
        <br />
        &nbsp;
        <div style="z-index: 101; left: 227px; width: 1px; position: absolute; top: 225px;
            height: 157px">
            <table align="center" cellpadding="0" cellspacing="0" style="width: 554px">
                <tr>
                    <td align="center" bgcolor="#66c2de" colspan="3" style="height: 26px">
                        员工详细信息</td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;员工编号:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:TextBox ID="TxtID" runat="server" ReadOnly="True"></asp:TextBox></td>
                    <td style="width: 85px; height: 35px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;员工姓名:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:TextBox ID="TxtName" runat="server"></asp:TextBox></td>
                    <td style="width: 85px; height: 35px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;员工性别:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:DropDownList ID="Sex" runat="server">
                            <asp:ListItem Selected="True">男</asp:ListItem>
                            <asp:ListItem>女</asp:ListItem>
                        </asp:DropDownList></td>
                    <td style="width: 85px; height: 35px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;出生年月:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:TextBox ID="TxtBirth" runat="server"></asp:TextBox></td>
                    <td rowspan="4" style="width: 85px" >
                        <asp:Image ID="Pic" runat="server" Width="100px" Height="92px" /></td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;联系电话:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:TextBox ID="TxtTel" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;联系地址:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:TextBox ID="TxtAddress" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;员工头像:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:DropDownList ID="picurl" runat="server">
                            <asp:ListItem>1</asp:ListItem>
                            <asp:ListItem>2</asp:ListItem>
                            <asp:ListItem>3</asp:ListItem>
                            <asp:ListItem>4</asp:ListItem>
                            <asp:ListItem>5</asp:ListItem>
                        </asp:DropDownList></td>
                </tr>
                <tr>
                    <td style="width: 257px; height: 35px">
                        &nbsp;所属部门:</td>
                    <td style="width: 5px; height: 35px">
                        <asp:DropDownList ID="Agreer" runat="server">
                        </asp:DropDownList></td>
                    <td style="width: 85px; height: 35px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 257px">
                        &nbsp;个人简介:</td>
                    <td colspan="2" style="height: 35px">
                        <asp:TextBox ID="TxtIntro" runat="server" Columns="50" Rows="5" TextMode="MultiLine"></asp:TextBox></td>
                </tr>
                <tr>
                    <td colspan="3" style="height: 26px" align="center">
                        <asp:Label ID="lbMessage" runat="server" ForeColor="Red" Height="23px" Width="548px"></asp:Label></td>
                </tr>
                <tr>
                    <td colspan="3" style="height: 35px">
                        <asp:Button ID="btn_edit" runat="server" OnClick="btn_edit_Click" Text="更新" />
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        <asp:Button ID="btn_delete" runat="server" Text="删除" OnClick="btn_delete_Click" /></td>
                </tr>
            </table>
        </div>
        <uc3:Left_Navlist ID="Left_Navlist1" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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