Gets or sets the template to display to Web site users who are logged in to the Web site but are not members of one of the role groups specified in the LoginView.RoleGroups property.
Documentation for this section has not yet been entered.
The LoginView.LoggedInTemplate property is displayed to Web site users when both of the following conditions are met:
The System.Security.Principal.IIdentity.Name property of the System.Web.UI.Page System.Web.UI.Page.User property is not null
The user does not belong to a role group defined in the LoginView.RoleGroups property.
The LoginView.LoggedInTemplate property specifies a default template for authenticated Web site users. If you have not configured role management, the LoginView.LoggedInTemplate is the only template available for authenticated users. For more information about configuring role management, see Understanding ASP.NET Role Management.