LoginView.CreateChildControls Method

Note: This method is new in the .NET Framework version 2.0.

Creates the child controls that make up the LoginView control.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

protected public:
virtual void CreateChildControls () override
protected void CreateChildControls ()
protected internal override function CreateChildControls ()

The CreateChildControls method creates the individual controls that make up the LoginView control. The set of controls created varies according to the content template displayed for the user. For example, when a user is not logged in to the Web site, only the controls contained in the template specified in the AnonymousTemplate property are created.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: