4 references to InsertCommandName
System.Web (3)
UI\WebControls\CommandField.cs (1)
609AddButtonToCell(cell, DataControlCommands.InsertCommandName, InsertText, causesValidation, validationGroup, rowIndex, InsertImageUrl);
UI\WebControls\DetailsView.cs (1)
2431} else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.InsertCommandName)) {
UI\WebControls\FormView.cs (1)
2061} else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.InsertCommandName)) {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2316else if (String.Equals(command, DataControlCommands.InsertCommandName, StringComparison.OrdinalIgnoreCase)) {