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

📄 showemployeeinfo.aspx

📁 一个小型的人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ShowEmployeeInfo.aspx.cs" Inherits="ShowEmployeeInfo" %>

<!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 frame="box" width="400">
        <tr>
            <td colspan="3">
            <asp:Label ID="LabelName" runat="server" Text="" width="100%" BackColor="blue"></asp:Label>
            </td>
        </tr>
        <tr>
            <td rowspan="6" style="width: 73px">
                <asp:Label ID="LabelPhoto" runat="server" Text="无照片"></asp:Label>
            </td>        
        </tr>
        <tr>
            <td style="height: 21px" width="80">编号</td>
            <td style="height: 21px">
                <asp:Label ID="LabelEmployeeID" runat="server" Text=""></asp:Label></td>
        </tr>
        <tr>
            <td>电子邮件</td>
            <td style="width: 123px">
                <asp:Label ID="LabelEmail" runat="server" Text=""></asp:Label></td>
        </tr>
        <tr>
            <td>经理</td>
            <td style="width: 123px">
                <asp:Label ID="LabelBossName" runat="server" Text=""></asp:Label></td>
        </tr>
        <tr>
            <td>部门</td>
            <td style="width: 123px">
                <asp:Label ID="LabelDeptName" runat="server" Text=""></asp:Label></td>
        </tr>
        <tr>
            <td>分机</td>
            <td style="width: 123px">
                <asp:Label ID="LabelTelephone" runat="server" Text=""></asp:Label></td>
        </tr>
        <tr>
            <td colspan="3" bgcolor="#99ccff" style="height: 22px">
                <font color="white">
                    <b>自我介绍 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;</b>
                    <asp:Label ID="LabelCanUpdate" runat="server" Text="现在可以修改自我介绍了" ForeColor="Yellow"></asp:Label></font></td>
        </tr>
        <tr>
            <td  colspan="3">
            <asp:TextBox ID="TextBoxIntro" runat="server" Width="100%" Height="150" TextMode="MultiLine"></asp:TextBox>
            </td>
        </tr>
        <tr>
            <td colspan="3" align="center" style="height: 28px">
                <asp:Button ID="ButtonUpdate" runat="server" Text="修改" OnClick="ButtonUpdate_Click"/></td>
        </tr>
    </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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