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

📄 admin_userview.aspx

📁 这个论坛相当不错.asp编写.需要的可以
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Admin_UserView.aspx.cs" AutoEventWireup="false" Inherits="Dxbbs.Admin.Admin_UserView" EnableViewState="true"%>
<HTML>
	<HEAD>
		<title>论坛后台管理</title> 
		<LINK href="css/style.css" type="text/css" rel="stylesheet">
		<base target="_self">
	</HEAD>
	<body bgcolor="#cad7f7">
		<form runat="server" ID="Form1">
			<table cellpadding="2" cellspacing="1" border="0" width="100%" class="tableBorder" align="center"
				bgcolor="#ffffff" height="19">
				<tr align="center">
					<td height="37" bgcolor="#4455aa"><font color="#ffffff">论坛用户资料查看/修改</font></td>
				<tr>
					<td width="100%" class="tdbg" height="191" bgcolor="#f1f3f5" valign="top">
						<asp:TextBox id="UserID" Visible="False" runat="server"></asp:TextBox>
						<table border="0" cellpadding="0" cellspacing="0" width="100%" height="787">
							<tr>
								<td width="28%" height="32" align="right">用户名:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:Label id="User_Name" runat="server"></asp:Label>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">用户等级:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Level" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
									<asp:RequiredFieldValidator id="RequiredFieldValidator" ErrorMessage="值不能为空" ControlToValidate="User_Level"
										Display="Dynamic" runat="server"></asp:RequiredFieldValidator>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">姓别:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:DropDownList id="User_Sex" runat="server">
										<asp:ListItem Value="男">男</asp:ListItem>
										<asp:ListItem Value="女">女</asp:ListItem>
									</asp:DropDownList>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">用户头衔:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Ts" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">用户密码:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Pass" MaxLength="20" TextMode="PassWord" CssClass="box" runat="server"></asp:TextBox>
									不修改密码请留空(结果MD5加密)
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">密码提示问题:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Question" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
									<asp:RequiredFieldValidator id="RequiredFieldValidator1" ErrorMessage="值不能为空" ControlToValidate="User_Question"
										Display="Dynamic" runat="server"></asp:RequiredFieldValidator>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">问题回答:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Answer" MaxLength="20" CssClass="box" runat="server"></asp:TextBox><FONT face="宋体">不修改请留空(结果MD5加密)</FONT>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">用户头像:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Pic" MaxLength="100" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">头像宽度:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_PicWidth" MaxLength="3" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">头像高度:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_PicHeight" MaxLength="3" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">个人主页:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Web" MaxLength="100" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">QQ:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_QQ" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">E-MAIL:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Mail" MaxLength="50" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">金币:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Coin" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">积分:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Point" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">发帖量:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Topic" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">回复量:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_Reply" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">被删帖子:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_TopicDel" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">被删回复:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_ReplyDel" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">用户IP:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_LogIP" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="32" align="right">最后登录时间:</td>
								<td width="8%" height="32">
								</td>
								<td width="64%" height="32">
									<asp:TextBox id="User_LogTime" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="33" align="right">注册时间:</td>
								<td width="8%" height="33">
								</td>
								<td width="64%" height="33">
									<asp:TextBox id="User_RegTime" MaxLength="20" CssClass="box" runat="server"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="28%" height="104" align="right">用户签名档:</td>
								<td width="8%" height="104">
								</td>
								<td width="64%" height="104">
									<asp:TextBox id="User_Sign" CssClass="box" runat="server" Width="400px" Height="72px" MaxLength="250"
										TextMode="MultiLine"></asp:TextBox>
								</td>
							</tr>
							<tr>
								<td width="100%" height="35" colspan="3" align="center">
									<input type="submit" value="确定修改" runat="server" ID="Submit1" NAME="Submit1"> <input type="button" value="返 回" Onclick="javascript:history.back(-1)"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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