Using Roles with the LoginView
Control
You also can use the LoginView
control to display different content to users who belong to different roles. The page in Listing 26.40 contains a LoginView
that contains two RoleGroup
controls. The first RoleGroup
contains content that is displayed to members of the Administrator role. The second RoleGroup
contains content that is displayed to members of the Manager and Worker roles.
Listing 26.40. LoginViewRoles.aspx
The Page_Load()
handler in Listing 26.40 creates three users named Bill, Ted, and Fred. ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.