reg.aspx

来自「毕业设计内容: 1、 作者投稿功能 2、 专家审稿 3、 系统管理员对所有稿件的」· ASPX 代码 · 共 59 行

ASPX
59
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Reg.aspx.cs" Inherits="admin_Reg" %>

<!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 rel="stylesheet" href="../Style/css.css" type="text/css"/>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table border="0" cellpadding="0" cellspacing="0" style="border-right: #66ccff 0.1mm solid;
            border-top: #66ccff 0.1mm solid;  border-left: #66ccff 0.1mm solid;
            width: 200px;  border-bottom: #66ccff 0.1mm solid; margin-top: 20px; margin-left: 130px; margin-right: 20px;">
            <tr>
                <td align="center" colspan="3" style="border-bottom: #66ccff 0.1mm solid; height: 120px">
                    <img align="middle" height="151" src="../img/xz_tg_lj_003.gif" width="750" /></td>
            </tr>
            <tr>
                <td align="right" style="width: 391px; height: 26px">
                    帐号:</td>
                <td style="width: 129px; height: 26px">
                    <asp:TextBox ID="txtname" runat="server" Width="139px"></asp:TextBox></td>
                <td style="width: 81px; height: 26px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtname"
                        Display="Dynamic" ErrorMessage="姓名空"></asp:RequiredFieldValidator>
                    <asp:Label ID="Label1" runat="server" ForeColor="Red" Width="146px"></asp:Label></td>
            </tr>
            <tr style="color: #000000">
                <td align="right" style="width: 391px; height: 20px">
                    密码:</td>
                <td style="width: 129px; height: 20px">
                    <asp:TextBox ID="txtpwd" runat="server" TextMode="Password"></asp:TextBox></td>
                <td style="width: 81px; height: 20px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtpwd"
                        Display="Dynamic" ErrorMessage="密码空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr style="color: #000000">
                <td align="right" style="width: 391px">
                    确认:</td>
                <td style="width: 129px">
                    <asp:TextBox ID="txtpwd2" runat="server" TextMode="Password"></asp:TextBox></td>
                <td style="width: 81px">
                    <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="txtpwd"
                        ControlToValidate="txtpwd2" Display="Dynamic" ErrorMessage="密码不一致"></asp:CompareValidator></td>
            </tr>
            <tr>
                <td align="center" colspan="3" style="height: 19px">
                    <asp:LinkButton ID="LinkButton1" runat="server" BackColor="DeepSkyBlue" ForeColor="Black"
                        OnClick="LinkButton1_Click" Width="63px">注册</asp:LinkButton>&nbsp;
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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