熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

ASP.NET入門教程 11.2 Wrox United中角色的介紹[2]

2022-06-13   來源: .NET編程 

    ()重復該過程並且分別輸入Administrator Owner Manager和Reporter每一個在彈出式對話框的單獨行中

    單擊OK按鈕以關閉對話框並且返回到頁面的Design View

    ()返回到LoginView控件的Common Tasks框從View下拉菜單中選擇AnonymousTemplate並且在控件的主體中輸入一些文字

    當單擊返回到Source View時將看到如下的代碼

 

<%@ Page Language=VB MasterPageFile=~/sitemaster AutoEventWireup=false CodeFile=FanClubaspxvb

  Inherits=FanClub Title=Fan Club %>

 

<asp:Content ID=Content ContentPlaceHolderID=mainContent runat=Server>

  <asp:LoginView ID=FCLoginView runat=server>

    <RoleGroups>

      <asp:RoleGroup Roles=FanClubMember>

      </asp:RoleGroup>

      <asp:RoleGroup Roles=AdministratorOwnerManagerReporter>

 </asp:RoleGroup>

    </RoleGroups>

    <AnonymousTemplate>

         This is the anonymous template

  </AnonymousTemplate>

  </asp:LoginView>

</asp:Content>

[]  []  []  []  []  


From:http://tw.wingwit.com/Article/program/net/201311/14498.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.