4 references to ContinueButtonCommandName
System.Web (4)
UI\WebControls\ChangePassword.cs (4)
1922
else if (ce.CommandName.Equals(
ContinueButtonCommandName
, StringComparison.CurrentCultureIgnoreCase)) {
2680
linkButton.CommandName =
ContinueButtonCommandName
;
2686
imageButton.CommandName =
ContinueButtonCommandName
;
2692
pushButton.CommandName =
ContinueButtonCommandName
;