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

📄 zhuce.aspx

📁 很好的啊!中小型企业用的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="zhuce.aspx.cs" Inherits="renshi_renshi" %>

<!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 style="text-align: center; background-color:#6699cc;">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <br />
        <br />
        <br />
        <br />
        &nbsp;</div>
                   <table style="height: 400px; text-align: center; border-right: #afafaf 1px solid; border-top: #afafaf 1px solid; border-left: #afafaf 1px solid; border-bottom: #afafaf 1px solid; width: 591px;" cellpadding="0" cellspacing="0">
                <tr>
                    <td colspan="3" rowspan="2" style="height: 350px; width: 600px; vertical-align: middle; text-align: center;">
                        &nbsp;<table align="center" cellpadding="0" cellspacing="0" style="position: relative; left: 0px; background-image: url(images/leftmenubg.gif); top: 0px;">
                            <tr>
                                <td style="background-color:#6699cc; text-align: center">
                                    <asp:Label ID="Label2" runat="server" Font-Size="15pt" ForeColor="Red" Text="新员工注册"
                                        Width="194px" style="left: -64px; position: relative; top: -38px" Height="27px"></asp:Label>&nbsp;
                                    <table align="center" cellpadding="0" cellspacing="0" style="background-color:#6699cc">
                                        <tr>
                                            <td rowspan="13" style="width: 89px; text-align: center; background-image: url(images/leftmenubg.gif);">
                                            </td>
                                            <td style="width: 137px; text-align: center">
                                                <asp:Label ID="labLoginName" runat="server" Font-Size="9pt" Text="用户名" Width="66px"></asp:Label></td>
                                            <td style="width: 169px; text-align: left">
                                                <asp:TextBox ID="txtLoginName" runat="server" Font-Size="9pt" Width="123px"></asp:TextBox>
                                                <asp:Button ID="btnTest" runat="server" CausesValidation="False" Font-Size="9pt"
                                                    Text="检测用户名" />
                                                <asp:RequiredFieldValidator ID="rfvLoginName" runat="server" ControlToValidate="txtLoginName"
                                                    Font-Size="9pt" Height="1px" Width="117px" style="position: relative">会员登录名不能为空</asp:RequiredFieldValidator></td>
                                            <td rowspan="6" style="width: 149px">
                                                <asp:Image ID="imgPhoto" runat="server" Height="148px" Width="115px" style="left: -1px; position: relative; top: 0px" />&nbsp;</td>
                                        </tr>
                                        <tr>
                                            <td style="width: 137px; text-align: center">
                                                <asp:Label ID="labSex" runat="server" Font-Size="9pt" Text="性别" Width="27px"></asp:Label></td>
                                            <td style="width: 169px; text-align: left">
                                                <asp:DropDownList ID="ddlSex" runat="server" Font-Size="9pt" Width="127px">
                                                    <asp:ListItem Value="0">男</asp:ListItem>
                                                    <asp:ListItem Value="1">女</asp:ListItem>
                                                </asp:DropDownList></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 137px; text-align: center">
                                                <asp:Label ID="labPwd" runat="server" Font-Size="9pt" Text="密码" Width="27px"></asp:Label></td>
                                            <td style="width: 169px; text-align: left">
                                                <asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" TextMode="Password" Width="123px"></asp:TextBox>
                                                <asp:RequiredFieldValidator ID="rfvPwd" runat="server" ControlToValidate="txtPwd"
                                                    Font-Size="9pt" Width="104px" style="position: relative">会员密码不能为空</asp:RequiredFieldValidator></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 137px; height: 23px; text-align: center">
                                                <asp:Label ID="labSecPwd" runat="server" Font-Size="9pt" Text="重复密码" Width="52px"></asp:Label></td>
                                            <td style="width: 169px; height: 23px; text-align: left">
                                                <asp:TextBox ID="txtSecPwd" runat="server" Font-Size="9pt" TextMode="Password" Width="123px"></asp:TextBox>
                                                <asp:CompareValidator ID="ccvPwd" runat="server" ControlToCompare="txtPwd" ControlToValidate="txtSecPwd"
                                                    Font-Size="9pt" Width="134px" style="position: relative">您输入的密码必须一致</asp:CompareValidator></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 137px; text-align: center">
                                                <asp:Label ID="labTName" runat="server" Font-Size="9pt" Text="真实姓名" Width="52px"></asp:Label></td>
                                            <td style="width: 169px; text-align: left">
                                                <asp:TextBox ID="txtTName" runat="server" Font-Size="9pt" Width="123px"></asp:TextBox></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 137px; text-align: center">
                                                <asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="所在部门" Width="51px" style="position: relative"></asp:Label></td>
                                            <td style="width: 169px; text-align: left">
                                                <asp:DropDownList ID="ddlCity" runat="server" Font-Size="9pt" Width="127px" style="position: relative">
                                                    <asp:ListItem Value="0">人事部</asp:ListItem>
                                                    <asp:ListItem Value="1">档案部门</asp:ListItem>
                                                    <asp:ListItem Value="2"> 主管部门</asp:ListItem>
                                                    <asp:ListItem Value="3">后勤部</asp:ListItem>

                                                </asp:DropDownList></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 137px; text-align: center">
                                                <asp:Label ID="labPhone" runat="server" Font-Size="9pt" Text="头像" Width="37px" style="position: relative; left: 2px; top: 1px;"></asp:Label></td>
                                            <td style="width: 169px; text-align: left">
                                                <asp:FileUpload ID="FileUpload1" runat="server" Style="position: relative; left: 0px; top: 0px;" /></td>
                                            <td style="width: 149px">
                                                </td>
                                        </tr>
                               

                                        <tr>
                                            <td colspan="2" rowspan="2" style="text-align: center">
                                                <asp:Label ID="LblResult" runat="server" Style="left: 12px; position: relative; top: -256px"
                                                    Width="115px"></asp:Label>
                                                <asp:Button ID="btnCancel" runat="server" CausesValidation="False"
                                                    Font-Size="9pt" Text="重置" style="left: 28px; position: relative; top: -2px" Width="63px" OnClick="btnCancel_Click" /></td>
                                            <td style="width: 169px; text-align: left">
                                                <asp:Button ID="btmUpImage" runat="server" Style="position: relative; left: -224px; top: 9px;" Text="注册"
                                                    Width="81px" OnClick="btmUpImage_Click" /></td>
                                            <td rowspan="2" style="width: 149px">
                                            </td>
                                        </tr>
                                        <tr>
                                            <td style="width: 169px; height: 3px; text-align: left">
                                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                </tr>
            </table> 
    </form>
</body>
</html>

⌨️ 快捷键说明

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