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

📄 admin.aspx

📁 ASP.NET2.0(C#篇)经典教程的源码...本源码很好的实现了购物车....编码规范和类的设计具有很好的借鉴性!
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/site.master" AutoEventWireup="true" CodeFile="Admin.aspx.cs" Inherits="Admin" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="mainContent" Runat="Server">

    <asp:LoginView ID="LoginView1" runat="server">
        <RoleGroups>
            <asp:RoleGroup Roles="Report">
                <ContentTemplate>
                    As a reporter you can update scores and match reports.
                </ContentTemplate>
            </asp:RoleGroup>
            <asp:RoleGroup Roles="Administrator">
                <ContentTemplate>
                    As an administrator you have full access to all admin pages.
                </ContentTemplate>
            </asp:RoleGroup>
            <asp:RoleGroup Roles="Owner">
                <ContentTemplate>
                    Hi Jim. As the owner you can change the news, the squad
                    and the match fixtures.
                </ContentTemplate>
            </asp:RoleGroup>
            <asp:RoleGroup Roles="Manager">
                <ContentTemplate>
                    As the manager you can edit the news and schedule matches.
                </ContentTemplate>
            </asp:RoleGroup>
        </RoleGroups>
    </asp:LoginView>
    
</asp:Content>

⌨️ 快捷键说明

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