Button::CommandName Property
Gets or sets the command name associated with the Button control that is passed to the Command event.
Assembly: System.Web (in System.Web.dll)
public: [ThemeableAttribute(false)] property String^ CommandName { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Property Value
Type: System::String^The command name of the Button control. The default value is String::Empty.
Implements
IButtonControl::CommandNameWhen you have multiple Button controls on a Web page, use the CommandName property to specify or determine the command name associated with each Button control. You can set the CommandName property with any string that identifies the command to perform. You can then programmatically determine the command name of the Button control and perform the appropriate actions.
Additional information about the command, such as Ascending, may be specified by using the CommandArgument property.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
Available since 1.1