System.Web.UI.WebControls.ChangePassword.ContinueButtonCommandName Field

Represents CommandName value of the Continue button. This field is read-only.

Syntax

public static readonly string ContinueButtonCommandName

Remarks

Use the ChangePassword.ContinueButtonCommandName field to represent the CommandName value of the Continue button. This is useful when configuring any button to mimic the functionality of the Continue button of the System.Web.UI.WebControls.ChangePassword control.

To assign continue functionality to any System.Web.UI.WebControls.Button control contained in the System.Web.UI.WebControls.ChangePassword control, set the Button.CommandName property of the button to the string that is contained in the ChangePassword.ContinueButtonCommandName field.

The Continue button can appear on the ChangePassword template or the Success template. Clicking the Continue button redirects the user to the URL stored in the ChangePassword.ContinueDestinationPageUrl property. To add custom functionality to the Continue button, create an event handler for the ChangePassword.ContinueButtonClick event.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0