Implemented interface member:
property
CommandName
System.Web.UI.WebControls.IButtonControl.CommandName
27 writes to CommandName
System.Web (27)
UI\WebControls\ButtonColumn.cs (1)
234button.CommandName = CommandName;
UI\WebControls\ChangePassword.cs (3)
2680linkButton.CommandName = ContinueButtonCommandName; 2941linkButton.CommandName = ChangePasswordButtonCommandName; 2947linkButton.CommandName = CancelButtonCommandName;
UI\WebControls\Column.cs (1)
331sortButton.CommandName = DataGrid.SortCommandName;
UI\WebControls\CreateUserWizard.cs (2)
3079CommandName = ContinueButtonCommandName, 3453CommandName = commandName,
UI\WebControls\DataControlField.cs (1)
515sortButton.CommandName = DataControlCommands.SortCommandName;
UI\WebControls\DataGrid.cs (5)
1316prevButton.CommandName = DataGrid.PageCommandName; 1332nextButton.CommandName = DataGrid.PageCommandName; 1381button.CommandName = DataGrid.PageCommandName; 1401button.CommandName = DataGrid.PageCommandName; 1418button.CommandName = DataGrid.PageCommandName;
UI\WebControls\DetailsView.cs (3)
2020button.CommandName = DataControlCommands.PageCommandName; 2040button.CommandName = DataControlCommands.PageCommandName; 2053button.CommandName = DataControlCommands.PageCommandName;
UI\WebControls\EditCommandColumn.cs (1)
163button.CommandName = commandName;
UI\WebControls\FormView.cs (3)
1718button.CommandName = DataControlCommands.PageCommandName; 1737button.CommandName = DataControlCommands.PageCommandName; 1749button.CommandName = DataControlCommands.PageCommandName;
UI\WebControls\GridView.cs (3)
2582button.CommandName = DataControlCommands.PageCommandName; 2602button.CommandName = DataControlCommands.PageCommandName; 2616button.CommandName = DataControlCommands.PageCommandName;
UI\WebControls\login.cs (1)
1826linkButton.CommandName = LoginButtonCommandName;
UI\WebControls\PasswordRecovery.cs (2)
2289linkButton.CommandName = SubmitButtonCommandName; 2605linkButton.CommandName = SubmitButtonCommandName;
UI\WebControls\Wizard.cs (1)
3069linkButton.CommandName = commandName;
4 references to CommandName
System.Web (4)
UI\WebControls\LinkButton.cs (4)
85/// <see langword='Command '/>event along with the associated <see cref='System.Web.UI.WebControls.LinkButton.CommandName'/> 415/// to the server, and a <see langword='Command'/> event if the <see cref='System.Web.UI.WebControls.LinkButton.CommandName'/> 426/// to the server, and a <see langword='Command'/> event if the <see cref='System.Web.UI.WebControls.LinkButton.CommandName'/> 435OnCommand(new CommandEventArgs(CommandName, CommandArgument));