PasswordRecovery.SubmitButtonCommandName Field

 

Represents the command to perform when the Submit button is clicked.

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

static val SubmitButtonCommandName : string

Field Value

Type: System.String

This field is a string that represents the command to perform when the Submit button is clicked. The default is "Submit". This field is read-only. If you use a template with the PasswordRecovery control, you must use this command name for the action performed to submit the form or the control will not function properly.

.NET Framework
Available since 2.0
Return to top
Show: