This documentation is archived and is not being maintained.
DataGrid.SelectCommandName Field
.NET Framework 1.1
Represents the Select command name. This field is read-only.
[Visual Basic] Public Const SelectCommandName As String [C#] public const string SelectCommandName; [C++] public: const String* SelectCommandName; [JScript] public var SelectCommandName : String;
Remarks
Use the SelectCommandName field to represent the Select command name.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace | SortCommandName | EditCommandName | DeleteCommandName | UpdateCommandName | CancelCommandName | PageCommandName | NextPageCommandArgument | PrevPageCommandArgument
Show: