5 references to UpdateCommandName
System.Web (4)
UI\WebControls\CommandField.cs (1)
600AddButtonToCell(cell, DataControlCommands.UpdateCommandName, UpdateText, causesValidation, validationGroup, rowIndex, UpdateImageUrl);
UI\WebControls\DetailsView.cs (1)
2425} else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.UpdateCommandName)) {
UI\WebControls\FormView.cs (1)
2055} else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.UpdateCommandName)) {
UI\WebControls\GridView.cs (1)
3021else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.UpdateCommandName)) {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2310else if (String.Equals(command, DataControlCommands.UpdateCommandName, StringComparison.OrdinalIgnoreCase)) {