2 references to UpdateCommandName
System.Web (2)
UI\WebControls\DataGrid.cs (1)
1524else if (StringUtil.EqualsIgnoreCase(command, DataGrid.UpdateCommandName)) {
UI\WebControls\EditCommandColumn.cs (1)
193AddButtonToCell(cell, DataGrid.UpdateCommandName, UpdateText, causesValidation, ValidationGroup);