📄 register.aspx
字号:
<%@ Page language="c#" Codebehind="Register.aspx.cs" AutoEventWireup="false" Inherits="RolesBasedAthentication.Web.Register" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Register</title>
<meta content="Microsoft Visual Studio 7.0" 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">
</HEAD>
<body bgColor="black">
<form id="Form1" method="post" runat="server">
<div style="WIDTH: 300px; BACKGROUND-COLOR: white">
<div style="PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; COLOR: white; PADDING-TOP: 2px; BACKGROUND-COLOR: #336699">All
Members</div>
<table width="100%">
<tr>
<td width="100">Full Name</td>
<td><asp:TextBox Runat="server" ID="FullName" Width="100%"></asp:TextBox></td>
</tr>
<tr>
<td>Email</td>
<td><asp:TextBox Runat="server" ID="Email" Width="100%"></asp:TextBox></td>
</tr>
<tr>
<td>Password</td>
<td><asp:TextBox Runat="server" ID="Password" Width="100%"></asp:TextBox></td>
</tr>
<tr>
<td>Biography</td>
<td><asp:TextBox Runat="server" ID="Biography" Width="100%"></asp:TextBox></td>
</tr>
<tr>
<td></td>
<td><asp:Button Runat="server" ID="Submit" Width="100" Text="Submit"></asp:Button></td>
</tr>
</table>
<asp:Label id="ErrorMessage" runat="server" ForeColor="Red" Visible="False">This Email has been registered!</asp:Label></div>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -