default.aspx

来自「this is the code for user manager」· ASPX 代码 · 共 28 行

ASPX
28
字号
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <h2>
        Membership Demo</h2>
    <p>
        You can log in to the site by visiting the <a href="Login.aspx">Login page</a>.
        There are three accounts currently on the system, all with the same password: <span
            style="font-family: Courier New">pass@word</span></p>
    <ul>
        <li>Scott</li>
        <li>Jisun</li>
        <li>Sam</li>
    </ul>
    <p>
        You can also create a new account.
        To see a list of users in the system, visit the <a href="UserList.aspx">User List page</a>.</p>
    <p>
        To see who is currently online, visit the <a href="WhoIsOnline.aspx">Who Is Online</a>
        page. In case you're curious, there are currently
        <asp:Label ID="NumOnline" runat="server"></asp:Label>
        users logged on right now!</p>
    <p>
        To keep abreast of the Membership, Roles, and Profile article series on 4Guys, be
        sure to subscribe to <a href="http://aspnet.4guysfromrolla.com/rss/membershipRolesProfile.xml">
            the RSS feed</a>!</p>
</asp:Content>

⌨️ 快捷键说明

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