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

📄 getpassword.aspx

📁 webshop系统,功能齐全,代数据库.压缩包解压时没有密码
💻 ASPX
字号:
<%@ Register TagPrefix="cc1" Namespace="Hongfan.Components" Assembly="PanelEx" %>
<%@ Page language="c#" Codebehind="GetPassword.aspx.cs" AutoEventWireup="false" Inherits="WebShop.GetPassword" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>GetPassword</title>
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="Styles.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="GetPassword" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<TR>
						<TD align="center">
							<P>&nbsp;</P>
							<P><cc1:panelex id="PanelEx1" title="Get lost password" style="POSITION: relative" MS_POSITIONING="GridLayout"
									runat="server" Width="368px" Height="143px"><FONT face="宋体">
										<asp:label id="lblInfo" style="Z-INDEX: 101; LEFT: 33px; POSITION: absolute; TOP: 120px" runat="server"
											Height="1px" Width="293px" ForeColor="Red" Font-Size="X-Small"></asp:label></FONT>
									<TABLE id="Table3" style="Z-INDEX: 103; LEFT: 30px; POSITION: absolute; TOP: 35px" cellSpacing="1"
										cellPadding="1" width="300" border="0">
										<TR>
											<TD>
												<asp:label id="Label1" runat="server" Height="10px" Width="72px" ForeColor="Red" Font-Size="X-Small">用户姓名:</asp:label></TD>
											<TD>
												<asp:textbox id="txtName" runat="server" Height="23px" Width="128px" BorderColor="Transparent"
													BorderStyle="Groove"></asp:textbox></TD>
											<TD>
												<asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" Height="8px" Width="3px" Font-Size="X-Small"
													ControlToValidate="txtName" ErrorMessage="请输入用户名">*</asp:requiredfieldvalidator></TD>
										</TR>
										<TR>
											<TD>
												<asp:label id="Label5" runat="server" Height="7px" Width="70px" ForeColor="Red" Font-Size="X-Small"> EMail:</asp:label></TD>
											<TD>
												<asp:textbox id="txtEMail" runat="server" Height="23px" Width="128px" BorderStyle="Groove"></asp:textbox></TD>
											<TD>
												<asp:regularexpressionvalidator id="RegularExpressionValidator1" runat="server" Height="2px" Width="2px" Font-Size="X-Small"
													ControlToValidate="txtEMail" ErrorMessage="请输入EMail!" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">*</asp:regularexpressionvalidator></TD>
										</TR>
										<TR>
											<TD></TD>
											<TD>
												<asp:imagebutton id="btnGet" runat="server" ImageUrl="img\getpwd.gif"></asp:imagebutton></TD>
											<TD></TD>
										</TR>
									</TABLE>
								</cc1:panelex></P>
						</TD>
					</TR>
				</TABLE>
			</FONT>
			<asp:validationsummary id="ValidationSummary1" style="Z-INDEX: 203; LEFT: 16px; POSITION: absolute; TOP: 269px"
				runat="server" Width="166px" ShowSummary="False" ShowMessageBox="True"></asp:validationsummary></form>
	</body>
</HTML>

⌨️ 快捷键说明

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