This documentation is archived and is not being maintained.
DataList.UpdateCommandName Field
.NET Framework 1.1
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
DataList Class | DataList Members | System.Web.UI.WebControls Namespace | SelectCommandName | EditCommandName | DeleteCommandName | CancelCommandName
Show: