The members of System.Web.UI.WebControls.LoginView are listed below.
See Also: Inherited members from System.Web.UI.Control
Initializes a new instance of the System.Web.UI.WebControls.LoginView control. |
| AnonymousTemplate | System.Web.UI.ITemplate.
Gets or sets the template to display to users who are not logged in to the Web site. | |
| [read-only] override | Controls | System.Web.UI.ControlCollection.
Gets the System.Web.UI.ControlCollection object that contains the child controls for the System.Web.UI.WebControls.LoginView control. |
override | EnableTheming | bool.
Gets or sets a value indicating whether themes can be applied to the System.Web.UI.WebControls.LoginView control. |
| LoggedInTemplate | System.Web.UI.ITemplate.
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. | |
| [read-only] | RoleGroups | RoleGroupCollection.
Gets a collection of role groups that associate content templates with particular roles. |
override | SkinID | string.
Gets or sets the skin to apply to the System.Web.UI.WebControls.LoginView control. |
override | DataBind()
| |
override | Focus()
| |
override | CreateChildControls()
| |
override | LoadControlState(object)
| |
override | OnInit(EventArgs)
| |
override | OnPreRender(EventArgs)
| |
OnViewChanged(EventArgs)
| ||
OnViewChanging(EventArgs)
| ||
override | Render(System.Web.UI.HtmlTextWriter)
| |
override | SaveControlState()
| |
override | SetDesignModeState(IDictionary)Documentation for this section has not yet been entered. | |
| ViewChanged |
Occurs after the view is changed. | |
| ViewChanging |
Occurs before the view is changed. |