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