5 references to SortCommandName
System.Web (4)
UI\WebControls\DataControlField.cs (2)
486
sortButton.CommandName = DataControlCommands.
SortCommandName
;
515
sortButton.CommandName = DataControlCommands.
SortCommandName
;
UI\WebControls\GridView.cs (2)
2792
if (buttonControl.CommandName == DataControlCommands.
SortCommandName
) {
3015
else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.
SortCommandName
)) {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2301
else if (String.Equals(command, DataControlCommands.
SortCommandName
, StringComparison.OrdinalIgnoreCase)) {