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

📄 userregist.aspx

📁 客户关系管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="userregist.aspx.cs" AutoEventWireup="false" Inherits="HKeBookshop.userregist" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>userregist</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="style.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 232px; WIDTH: 312px; POSITION: absolute; TOP: 152px; HEIGHT: 133px"
				cellSpacing="0" cellPadding="0" width="312" border="1">
				<TR>
					<TD align="center" colSpan="3"><FONT face="宋体">
							<asp:Label id="Label1" runat="server" Font-Size="X-Large">用户注册</asp:Label></FONT></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 32px">
						<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">
							<P>用户名</P>
						</DIV>
					</TD>
					<TD style="WIDTH: 105px">
						<asp:TextBox id="userID" runat="server" Width="125px"></asp:TextBox></TD>
					<TD>
						<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="请输入用户名" ControlToValidate="userID"></asp:RequiredFieldValidator>
					</TD>
				</TR>
				<TR>
					<TD style="WIDTH: 32px">
						<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">密码</DIV>
					</TD>
					<TD style="WIDTH: 105px">
						<asp:TextBox id="password" runat="server" TextMode="Password" Width="125px"></asp:TextBox></TD>
					<TD>
						<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ErrorMessage="请输入用户密码" ControlToValidate="password"></asp:RequiredFieldValidator>
					</TD>
				</TR>
				<TR>
					<TD style="WIDTH: 32px">
						<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">确认密码</DIV>
					</TD>
					<TD style="WIDTH: 105px">
						<asp:TextBox id="sure" runat="server" TextMode="Password" Width="125px"></asp:TextBox></TD>
					<TD><FONT face="宋体">
							<asp:CompareValidator id="CompareValidator1" runat="server" ErrorMessage="两次输入不用" ControlToValidate="sure"
								ControlToCompare="password"></asp:CompareValidator></FONT></TD>
				</TR>
				<TR>
					<TD align="right" colSpan="3"><FONT face="宋体">
							<asp:Label id="zhucechenggong" runat="server" Visible="False">注册成功请返回<a href="index.aspx">
									主页</a></asp:Label>
							<asp:Button id="Button2" runat="server" Text="注册"></asp:Button>
							<asp:Button id="Button1" runat="server" Text="返回"></asp:Button></FONT></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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