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

📄 empinfo.aspx

📁 介绍学习的管理系统说明什么的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Empinfo.aspx.cs" Inherits="employees_EmpSelect" %>

<!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 align="center">
        <br />
        <br />
        <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tr>
                <td colspan="3" align="left">
                    <asp:Label ID="LableName" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td height="100" width="35">
                    <asp:Image ID="img" runat="server" /></td>
                <td colspan="2">
                    <table border="0" cellpadding="0" cellspacing="0" height="100" width="100%">
                        <tr>
                            <td style="width: 33px; height: 19px;">
                                编号</td>
                            <td style="width: 100px; height: 19px;" align="left">
                                <asp:Label ID="LabId" runat="server" Text="Label" Width="28px"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 33px; height: 19px" align="left">
                                电子邮件</td>
                            <td style="width: 100px; height: 19px" align="left">
                                <asp:Label ID="LabMail" runat="server" Text="Label"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 33px; height: 19px;" align="left">
                                经理</td>
                            <td style="width: 100px; height: 19px;" align="left">
                                <asp:Label ID="LabManager" runat="server" Text="Label"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 33px; height: 19px" align="left">
                                部门</td>
                            <td style="width: 100px; height: 19px" align="left">
                                <asp:Label ID="LabDep" runat="server" Text="Label"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 33px" align="left">
                                分机</td>
                            <td style="width: 100px" align="left">
                                <asp:Label ID="LabTel" runat="server" Text="Label"></asp:Label></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="3">
                    自我介绍</td>
            </tr>
            <tr>
                <td colspan="3">
                    <asp:TextBox ID="TextBox1" runat="server" Height="150px" TextMode="MultiLine" Width="500px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 24px">
                    <asp:Button ID="Button1" runat="server" Text="修改" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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