4 references to MoveNextCommandName
System.Web (4)
UI\WebControls\CreateUserWizard.cs (1)
3438
_innerCells[1] = CreateButtonControl(_buttons[1], _wizard.ValidationGroup, Wizard.StepNextButtonID, true, Wizard.
MoveNextCommandName
);
UI\WebControls\Wizard.cs (3)
1769
if (String.Equals(
MoveNextCommandName
, ce.CommandName, StringComparison.OrdinalIgnoreCase)) {
1772
throw new InvalidOperationException(SR.GetString(SR.Wizard_InvalidBubbleEvent,
MoveNextCommandName
));
3054
_templateType == WizardTemplateType.FinishNavigationTemplate ? MoveCompleteCommandName :
MoveNextCommandName
);