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

📄 st_userreg.aspx

📁 企业信息管理系统。 适合于学习.net开发出几阶段学习使用
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="ST_kfoot" Src="ST_kfoot.ascx" %>
<%@ Page language="c#" Inherits="ST_GROUP.EnterpriseOnlineInfoManage.ST_userreg" CodeFile="ST_userreg.aspx.cs" %>
<%@ Register TagPrefix="uc1" TagName="ST_kuserleft" Src="ST_kuserleft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ST_khead" Src="ST_khead.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ST_userreg</title>
		<meta content="Microsoft Visual Studio .NET 7.1" 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="css/ST_content.css" type="text/css" rel="stylesheet">
		<script language="JavaScript1.2">
function high(which2){
theobject=which2
which2.style.filter="alpha(opacity=40);";
highlighting=setInterval("highlightit(theobject)",50)

}
function low(which2){
clearInterval(highlighting)
which2.style.filter="Gray alpha(opacity=40);";
which2.filters.alpha.opacity=40
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}

		</script>
	</HEAD>
	<body leftMargin="0" background="images/bg.gif" topMargin="0" marginwidth="0" marginheight="0">
		<form id="Form1" method="post" runat="server">
			<uc1:ST_khead id="Khead1" runat="server"></uc1:ST_khead></TD>
			<table cellSpacing="0" cellPadding="0" width="780" align="center" bgColor="#ffffff" border="0">
				<tr bgColor="#000000">
					<td vAlign="top" colSpan="3" height="191">
						<table height="191" cellSpacing="0" cellPadding="0" width="100%" border="0">
							<tr>
								<td background="images/topbanner.jpg">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td vAlign="top" align="center" width="210"><uc1:ST_kuserleft id="Kuserleft1" runat="server"></uc1:ST_kuserleft></td>
					<td vAlign="top" colSpan="2">
						<table height="120" cellSpacing="1" cellPadding="5" width="550" bgColor="#000000" border="0">
							<tr>
								<td bgColor="#cc3399" height="23"><strong><font color="#ffffff">::用户注册::</font></strong></td>
							</tr>
							<tr>
								<td bgColor="#ffffff">
									<table cellSpacing="1" cellPadding="5" width="530" border="0">
										<tr>
											<td style="WIDTH: 135px" align="right" width="135"><FONT face="宋体"></FONT></td>
											<td width="407">&nbsp;
												<asp:Label id="Label1" runat="server" Visible="False">Label</asp:Label></td>
										</tr>
										<tr>
											<td style="WIDTH: 135px" align="right" width="135">用户名:</td>
											<td width="407">&nbsp;
												<asp:textbox id="username" runat="server" CssClass="inputlog"></asp:textbox></td>
										</tr>
										<tr>
											<td style="WIDTH: 135px" align="right">密 码:</td>
											<td>&nbsp;
												<asp:textbox id="password" runat="server" TextMode="Password" CssClass="inputlog"></asp:textbox></td>
										</tr>
										<tr>
											<td style="WIDTH: 135px" align="right">确认密码:</td>
											<td>&nbsp;
												<asp:textbox id="password2" runat="server" TextMode="Password" CssClass="inputlog"></asp:textbox></td>
										</tr>
										<tr>
											<td style="WIDTH: 135px" align="right">真实姓名:</td>
											<td>&nbsp;
												<asp:textbox id="userrname" runat="server" CssClass="inputlog"></asp:textbox></td>
										</tr>
										<tr>
											<td style="WIDTH: 135px" align="right">联系电话:</td>
											<td>&nbsp;
												<asp:textbox id="usertel" runat="server" CssClass="inputlog"></asp:textbox></td>
										</tr>
										<tr>
											<td style="WIDTH: 135px" align="right">联系地址:</td>
											<td>&nbsp;
												<asp:textbox id="useraddr" runat="server" TextMode="MultiLine" CssClass="inputlog"></asp:textbox></td>
										</tr>
										<tr>
											<td style="WIDTH: 135px" align="right">&nbsp;</td>
											<td>&nbsp;
												<asp:button id="Button1" runat="server" Width="120px" Text="注册" CssClass="inputlog" onclick="Button1_Click"></asp:button></td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="4">&nbsp;</td>
					<td width="285">&nbsp;</td>
					<td width="281">&nbsp;</td>
				</tr>
				<tr>
					<td colSpan="3" height="42">
					</td>
				</tr>
				<tr>
					<td colSpan="3">&nbsp;</td>
				</tr>
			</table>
			<uc1:ST_kfoot id="Kfoot1" runat="server"></uc1:ST_kfoot></form>
	</body>
</HTML>

⌨️ 快捷键说明

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