This documentation is archived and is not being maintained.

DataGrid.UpdateCommandName Field

Represents the Update command name. This field is read-only.

[Visual Basic]
Public Const UpdateCommandName As String
[C#]
public const string UpdateCommandName;
[C++]
public: const String* UpdateCommandName;
[JScript]
public var UpdateCommandName : String;

Remarks

Use the UpdateCommandName field to represent the Update 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 | SelectCommandName | EditCommandName | DeleteCommandName | CancelCommandName | PageCommandName | NextPageCommandArgument | PrevPageCommandArgument

Show: