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

📄 findpwd.aspx

📁 酒店管理,主要从事酒店管理都可以.这可是北大青鸟的程序
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="HeaderControl" Src="../usercontrol/HeaderControl.ascx" %>
<%@ Page language="c#" Codebehind="FindPwd.aspx.cs" AutoEventWireup="false" Inherits="HotelHome.user.SqlPwd" %>
<%@ Register TagPrefix="uc1" TagName="FooterControl" Src="../usercontrol/FooterControl.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>SqlPwd</title>
		<link href="../css/mycss1.css" rel="stylesheet" type="text/css">
		<link href="../css/mycss2.css" rel="stylesheet" type="text/css">
		<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">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="FindPwdForm" method="post" runat="server">
			<table width="734" align="center" style="WIDTH: 734px; HEIGHT: 552px">
				<tr>
					<td>
						<uc1:HeaderControl id="HeaderControl1" runat="server"></uc1:HeaderControl></td>
				</tr>
				<tr>
					<td>
						<TABLE id="FindPwdTable" align="center" runat="server" width="90%">
							<TR>
								<TD style="HEIGHT: 43px" colSpan="2"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
										&nbsp; </FONT>
									<asp:Label id="FindHeaderLabel" Runat="server">找  回  密  码</asp:Label></TD>
							</TR>
							<TR>
								<TD style="WIDTH: 137px">
									<asp:Label id="QuestionLabel" Runat="server">密码提示问题:</asp:Label></TD>
								<TD>
									<asp:TextBox id="QuestionTextbox" Runat="server" Width="248px"></asp:TextBox></TD>
							</TR>
							<TR>
								<TD style="WIDTH: 137px">
									<asp:Label id="AnswerLabel" Runat="server">答&nbsp;&nbsp;&nbsp;&nbsp;案:</asp:Label></TD>
								<TD>
									<asp:TextBox id="AnswerTextbox" Runat="server" Width="248px"></asp:TextBox></TD>
							</TR>
							<TR>
								<TD style="WIDTH: 137px">&nbsp;</TD>
								<TD>&nbsp;</TD>
							</TR>
							<TR>
								<TD style="WIDTH: 137px">&nbsp;
									<asp:Label id="Label1" runat="server"></asp:Label></TD>
								<TD>&nbsp;
									<asp:Label id="Label2" runat="server"></asp:Label></TD>
							</TR>
							<TR>
								<TD style="WIDTH: 137px">&nbsp;</TD>
								<TD>&nbsp;</TD>
							</TR>
							<TR>
								<TD colSpan="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
									&nbsp;
									<asp:Button id="OKButton" runat="server" Width="56px" CssClass=button Text="提交"></asp:Button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
									&nbsp; <INPUT style="WIDTH: 56px; HEIGHT: 24px" type="reset" class=button value="重置">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
									<asp:LinkButton id="LinkButton1" onclick="lnk_click" CssClass=button runat="server">返回</asp:LinkButton></TD>
							</TR>
						</TABLE>
					</td>
				</tr>
				<tr>
					<td>
						<uc1:FooterControl id="FooterControl1" runat="server"></uc1:FooterControl></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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