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

📄 edituser.aspx

📁 内容管理 内容管理 内容管理 内容管理 内容管理
💻 ASPX
字号:
<%@ Page language="c#" Inherits="eInfo.sys.EditUser" CodeFile="EditUser.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<TITLE>EditUser</TITLE>
	</HEAD>
	<LINK href="../css/sys.css" type="text/css" rel="stylesheet">
		<link rel="stylesheet" href="../css/common.css">
			<form id="Form1" method="post" runat="server">
				<table cellSpacing="0" width="80%" align="center">
					<tr>
						<td align="center" colSpan="3" height="57"><IMG height="50" src="../Images/sys/02.gif"></td>
					</tr>
					<tr>
						<td>&nbsp;用户ID:</td>
						<td colspan="2"><asp:textbox id="id" runat="server" MaxLength="20" Width="184px "></asp:textbox>
							<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="请输入用户名" ControlToValidate="id"></asp:RequiredFieldValidator></td>
					</tr>
					<tr>
						<td>&nbsp;用户名称:</td>
						<td colspan="2"><asp:textbox id="name" runat="server" MaxLength="20" Width="184px "></asp:textbox></td>
					</tr>
					<tr>
						<td>&nbsp;用户密码:</td>
						<td colspan="2"><asp:textbox id="password" runat="server" MaxLength="20" Width="184px"></asp:textbox>
							<asp:RequiredFieldValidator id="Requiredfieldvalidator2" runat="server" ErrorMessage="请输入密码" ControlToValidate="password"></asp:RequiredFieldValidator></td>
					</tr>
					<tr>
						<td height="28">&nbsp;管理员:</td>
						<td colspan="2"><asp:CheckBox id="CheckBoxAdmin" runat="server" Text="是"></asp:CheckBox></td>
					</tr>
					<TR>
						<TD class="tdbg" align="center" colSpan="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input onclick="window.history.go(-1);" type="button" value="取消" Class="pbutton">&nbsp;&nbsp;
							<asp:button id="Submit" runat="server" Text="确定" CssClass="pbutton" onclick="Submit_Click"></asp:button></TD>
					</TR>
					<tr>
						<td colspan="3"></td>
					</tr>
				</table>
			</form>
</HTML>

⌨️ 快捷键说明

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