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

📄 login.aspx

📁 ASP,VB.NET写的,用的SQLSERVER数据库,影片超市系统,属于网上购物系统
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="login.aspx.vb" Inherits="网上超市.login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>login</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
		<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout" bgColor="#ffffff">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" style="Z-INDEX: 105; LEFT: 240px; WIDTH: 213px; POSITION: absolute; TOP: 136px; HEIGHT: 88px"
				borderColor="#eeeeeb" cellSpacing="0" cellPadding="0" width="213" align="center" bgColor="#ff99cc"
				border="1" runat="server">
				<TR>
					<TD style="WIDTH: 52px; HEIGHT: 31px"><FONT face="宋体" size="4" color="#003366">&nbsp;姓名</FONT></TD>
					<TD style="HEIGHT: 31px"><asp:TextBox id="TBname" runat="server" Width="152px" Font-Size="XX-Small" Height="22px"></asp:TextBox></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 52px; HEIGHT: 28px"><FONT face="宋体" size="4" color="#000066">&nbsp;口令</FONT></TD>
					<TD style="HEIGHT: 28px"><asp:TextBox id="TBps" runat="server" TextMode="Password" Width="152px" Font-Size="XX-Small"
							Height="24px"></asp:TextBox></TD>
				</TR>
				<TR>
					<TD colSpan="2"><FONT style="TEXT-ALIGN: center" face="宋体">&nbsp;&nbsp;&nbsp; &nbsp;
							<asp:Button id="Button1" runat="server" Text="提交" Width="62px" Font-Size="XX-Small"></asp:Button>
							<asp:Button id="Button2" runat="server" Text="新用户注册" Width="80px" CausesValidation="False" Font-Size="XX-Small"></asp:Button></FONT></TD>
				</TR>
			</TABLE>
			<asp:ValidationSummary id="ValidationSummary1" style="Z-INDEX: 104; LEFT: 248px; POSITION: absolute; TOP: 248px"
				runat="server" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary>
			<asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 101; LEFT: 472px; POSITION: absolute; TOP: 144px"
				runat="server" ErrorMessage="必须输入姓名" ControlToValidate="TBname" Display="None"></asp:RequiredFieldValidator>
			<asp:RequiredFieldValidator id="RequiredFieldValidator2" style="Z-INDEX: 102; LEFT: 472px; POSITION: absolute; TOP: 176px"
				runat="server" ErrorMessage="必须输入口令" ControlToValidate="TBps" Display="None"></asp:RequiredFieldValidato

⌨️ 快捷键说明

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