📄 reg.aspx
字号:
<%@ 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>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -