3 references to NewCommandName
System.Web (3)
UI\WebControls\CommandField.cs (1)
635
AddButtonToCell(cell, DataControlCommands.
NewCommandName
, NewText, false, String.Empty, rowIndex, NewImageUrl);
UI\WebControls\DetailsView.cs (1)
2434
else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.
NewCommandName
)) {
UI\WebControls\FormView.cs (1)
2063
} else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.
NewCommandName
)) {