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

📄 regist.aspx

📁 这是我制作的一个小论坛源码··能够简单实现发表帖子··管理帖子·后台管理等功能
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="regist.aspx.cs" AutoEventWireup="false" Inherits="bbs.regist" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>会员注册</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="Style.css" type="text/css" rel="stylesheet">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">BODY { BACKGROUND-COLOR: #ffffcc }
		</style>
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table cellSpacing="0" cellPadding="0" width="100%" border="0">
				<tr>
					<td>
						<div align="center">
							<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
								height="200" width="100%" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
								<PARAM NAME="_cx" VALUE="26696">
								<PARAM NAME="_cy" VALUE="5292">
								<PARAM NAME="FlashVars" VALUE="">
								<PARAM NAME="Movie" VALUE="top.swf">
								<PARAM NAME="Src" VALUE="top.swf">
								<PARAM NAME="WMode" VALUE="Window">
								<PARAM NAME="Play" VALUE="-1">
								<PARAM NAME="Loop" VALUE="-1">
								<PARAM NAME="Quality" VALUE="High">
								<PARAM NAME="SAlign" VALUE="">
								<PARAM NAME="Menu" VALUE="-1">
								<PARAM NAME="Base" VALUE="">
								<PARAM NAME="AllowScriptAccess" VALUE="">
								<PARAM NAME="Scale" VALUE="ShowAll">
								<PARAM NAME="DeviceFont" VALUE="0">
								<PARAM NAME="EmbedMovie" VALUE="0">
								<PARAM NAME="BGColor" VALUE="">
								<PARAM NAME="SWRemote" VALUE="">
								<PARAM NAME="MovieData" VALUE="">
								<PARAM NAME="SeamlessTabbing" VALUE="1">
								<PARAM NAME="Profile" VALUE="0">
								<PARAM NAME="ProfileAddress" VALUE="">
								<PARAM NAME="ProfilePort" VALUE="0">
								<PARAM NAME="AllowNetworking" VALUE="all">
								<PARAM NAME="AllowFullScreen" VALUE="false">
								<embed src="/Skins/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
									type="application/x-shockwave-flash" width="148" height="98"> </embed>
							</OBJECT>
						</div>
					</td>
				</tr>
			</table>
			<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
				<tr>
					<td bgcolor="#ffffcc">&nbsp;</td>
					<td bgcolor="#ffffcc">
						<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
							<TR class="bgclass2">
								<td height="30" bgcolor="#ffffcc">
									<div class="linkzi"><A href="index.aspx"><strong>社区动力 </strong></A>— 会员注册</div>
								</td>
							</TR>
							<tr>
								<td bgcolor="#ffffcc">注册必填</td>
							</tr>
							<tr>
								<td bgcolor="#ffffcc">
									<table cellSpacing="0" cellPadding="0" width="100%" border="0">
										<tr bgcolor="#ffffcc">
											<td width="100" height="25">用户名:</td>
											<td height="25"><asp:textbox id="TextBox_username" runat="server" Width="152px"></asp:textbox>
												<asp:Literal id="Literal_name" runat="server"></asp:Literal></td>
										</tr>
										<tr bgcolor="#ffffcc">
											<td width="100" height="25">密码:</td>
											<td height="25"><asp:textbox id="TextBox_pwd" runat="server" Width="152px" TextMode="Password"></asp:textbox></td>
										</tr>
										<tr bgcolor="#ffffcc">
											<td width="100" height="25">确认密码:</td>
											<td height="25"><asp:textbox id="TextBox_Rpwd" runat="server" Width="152px" TextMode="Password" MaxLength="16"></asp:textbox>
												<asp:Literal id="Literal_pwd" runat="server"></asp:Literal></td>
										</tr>
										<tr bgcolor="#ffffcc">
											<td width="100" height="26">E-mail:</td>
											<td height="25"><asp:textbox id="TextBox_email" runat="server" Width="224px"></asp:textbox><asp:regularexpressionvalidator id="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox_email"
													Display="None" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" ErrorMessage="错误格式!"></asp:regularexpressionvalidator></td>
										</tr>
										<tr bgcolor="#ffffcc">
											<td width="100" height="25"><font face="宋体">高级选项:</font></td>
											<td height="25"><FONT face="宋体">
													<asp:linkbutton id="LinkButton1" runat="server" ForeColor="Blue">[显示]</asp:linkbutton>显示高级用户设置选项!</FONT></td>
										</tr>
										<tr bgcolor="#ffffcc">
											<td height="25" colSpan="2"><asp:validationsummary id="ValidationSummary1" runat="server" HeaderText="可能的错误:"></asp:validationsummary></td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td bgcolor="#ffffcc"><asp:panel id="Panel1" runat="server">
										<TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#ffffcc" border="0">
											<TR>
												<TD bgColor="#ffffcc">选填</TD>
											</TR>
											<TR>
												<TD width="100" bgColor="#ffffcc" height="25">安全提问:</TD>
												<TD bgColor="#ffffcc"><FONT face="宋体">
														<asp:TextBox id="TextBox_question" runat="server" Width="112px"></asp:TextBox></FONT></TD>
											</TR>
											<TR>
												<TD width="100" bgColor="#ffffcc" height="25">回答:</TD>
												<TD bgColor="#ffffcc"><FONT face="宋体">
														<asp:TextBox id="TextBox_answer" runat="server" Width="104px"></asp:TextBox></FONT></TD>
											</TR>
											<TR>
												<TD width="100" bgColor="#ffffcc" height="25">性别:</TD>
												<TD bgColor="#ffffcc">
													<asp:RadioButtonList id="RadioButtonList_sex" runat="server" Width="168px" RepeatColumns="2">
														<asp:ListItem Value="男">男</asp:ListItem>
														<asp:ListItem Value="女" Selected="True">女</asp:ListItem>
													</asp:RadioButtonList></TD>
											</TR>
											<TR>
												<TD width="100" bgColor="#ffffcc" height="25">生日:</TD>
												<TD bgColor="#ffffcc"><FONT face="宋体"></FONT></TD>
											</TR>
											<TR>
												<TD width="100" bgColor="#ffffcc" height="25">来自:</TD>
												<TD bgColor="#ffffcc"></TD>
											</TR>
											<TR>
												<TD width="100" bgColor="#ffffcc" height="100">自我介绍:</TD>
												<TD bgColor="#ffffcc" height="100">
													<asp:TextBox id="TextBox_introduce" runat="server" TextMode="MultiLine" Height="80px"></asp:TextBox></TD>
											</TR>
										</TABLE>
									</asp:panel></td>
							</tr>
							<tr>
								<td bgcolor="#ffffcc" class="bgclass3">&nbsp;</td>
							</tr>
						</TABLE>
					</td>
					<td bgcolor="#ffffcc">&nbsp;</td>
				</tr>
			</table>
			<table cellSpacing="0" cellPadding="0" width="100%" border="0">
				<tr>
					<td bgcolor="#ffffcc" class="bgclass3">
				<tr>
					<td align="center" bgcolor="#ffffcc"><asp:button id="Button_reg" runat="server" Text="注册"></asp:button><asp:button id="Button1" runat="server" Text="重填"></asp:button></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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