3 references to SelectCommandName
System.Web (2)
UI\WebControls\CommandField.cs (1)
643AddButtonToCell(cell, DataControlCommands.SelectCommandName, SelectText, false, String.Empty, rowIndex, SelectImageUrl);
UI\WebControls\GridView.cs (1)
2989if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.SelectCommandName)) {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2298if (String.Equals(command, DataControlCommands.SelectCommandName, StringComparison.OrdinalIgnoreCase)) {