Login.TextLayout Property
Specifies the position of each label relative to its associated text box for the Login control.
Assembly: System.Web (in System.Web.dll)
abstract TextLayout : LoginTextLayout with get, set override TextLayout : LoginTextLayout with get, set
<asp:Login TextLayout="LoginTextLayout" />
Property Value
Type: System.Web.UI.WebControls.LoginTextLayoutOne of the LoginTextLayout enumeration values. The default is TextOnLeft.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The selected value is not one of the LoginTextLayout enumeration values. |
You can use the TextLayout property to specify the position of labels relative to their associated text boxes for the Login control. This property is set using one of the LoginTextLayout enumeration values. The following table lists the possible values.
LoginTextLayout value | Description |
|---|---|
Places labels to the left of the associated text entry fields. | |
Places labels above the associated text entry fields. |
The following code example demonstrates using the LoginTextLayout enumeration to set the TextLayout property of a Login control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.