ChangePassword.ChangePasswordButtonType Property
Gets or sets the type of button to use when rendering the Change Password button of the ChangePassword control.
Assembly: System.Web (in System.Web.dll)
<asp:ChangePassword ChangePasswordButtonType="ButtonType" />
Property Value
Type: System.Web.UI.WebControls.ButtonTypeA ButtonType object that defines the type of button to render for the Change Password button. The property value can be one of the three ButtonType enumeration values: Button, Image, or Link. The default is Button.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified ButtonType is not one of the ButtonType values. |
The ChangePasswordButtonType property gets or sets the type (Button, Image, or Link) of the Change Password button to use when rendering the ChangePassword control.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.