login.aspx

来自「用vs2005编网页的入门实例」· ASPX 代码 · 共 10 行

ASPX
10
字号
<%@ Page Language="C#" MasterPageFile="~/SiteMaster.master" CodeFile="Login.aspx.cs" Inherits="Login_aspx" Title="Login" %>
<asp:content contentplaceholderid="PageContent" runat="Server">
<h2>Login</h2>

<asp:label id="MessageLabel" runat="Server" forecolor="Red" Font-Size=".9em" />

<asp:login id="Login1" runat="server" passwordrecoverytext="I forgot my password" passwordrecoveryurl="~/RecoverPassword.aspx" CreateUserText="Register as New User" CreateUserUrl="~/register.aspx" DestinationPageUrl="~/home.aspx" TitleText="">
</asp:login>

</asp:content>

⌨️ 快捷键说明

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