📄 m_adduser.aspx
字号:
<%@ Page language="c#" Inherits="e_librarys.M_AddUser" CodeFile="M_AddUser.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>M_AddUser</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 47px; WIDTH: 464px; POSITION: absolute; TOP: 64px; HEIGHT: 434px"
cellSpacing="1" cellPadding="1" width="464" border="1">
<TR bgColor="lightgrey">
<TD style="HEIGHT: 45px" align="center" colSpan="2"><B>用户基本信息</B></TD>
</TR>
<TR>
<TD style="WIDTH: 101px" align="right" bgColor="lightgrey">用户名:</TD>
<TD align="left">
<asp:textbox id="TextBox_Name" runat="server" Width="224px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">密码:</FONT></TD>
<TD align="left"><FONT face="宋体">
<asp:textbox id="TextBox_Pswd" runat="server" Width="216px" TextMode="Password"></asp:textbox></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 101px; HEIGHT: 54px" align="right" bgColor="lightgrey"><FONT face="宋体">性别:</FONT></TD>
<TD style="HEIGHT: 54px" align="left"><FONT face="宋体">
<asp:textbox id="TextBox_Sex" runat="server" Width="216px"></asp:textbox></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">出生年月:</FONT></TD>
<TD align="left"><FONT face="宋体">
<asp:textbox id="TextBox_Birthday" runat="server" Width="216px"></asp:textbox>
<asp:Label id="Label1" runat="server">格式如1986-6-9</asp:Label></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">油箱:</FONT></TD>
<TD align="left">
<asp:textbox id="TextBox_Email" runat="server" Width="256px"></asp:textbox>
<asp:regularexpressionvalidator id="RegularExpressionValidator_Email" runat="server" Width="73px" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
ErrorMessage="错误油箱" ControlToValidate="TextBox_Email"></asp:regularexpressionvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">电话:</FONT></TD>
<TD align="left">
<asp:textbox id="TextBox_Telephone" runat="server" Width="248px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 101px; HEIGHT: 28px" align="right" bgColor="lightgrey"><FONT face="宋体">QQ:</FONT></TD>
<TD style="HEIGHT: 28px" align="left">
<asp:textbox id="TextBox_QQ" runat="server" Width="240px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">是否管理员:</FONT></TD>
<TD align="left">
<asp:textbox id="Textbox_IsAdimin" runat="server" Width="232px"></asp:textbox>
<asp:Label id="Label2" runat="server">是为1不是为0</asp:Label></TD>
</TR>
<TR>
<TD style="HEIGHT: 45px" align="center" bgColor="lightgrey" colSpan="2">
<asp:Button id="Button_AddUser" runat="server" Width="54px" Text="添加 " onclick="Button_AddUser_Click"></asp:Button></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -