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