Command::CommandArgument Property
.NET Framework (current version)
Sets or returns the argument associated with the command in the ItemCommand event. The default value is an empty string (""). This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property String^ CommandArgument { String^ get(); void set(String^ value); }
The following code example demonstrates how to the use the CommandArgument property to display a value.
Note |
|---|
The following code example uses the single-file code model and may not work correctly if copied directly into a code-behind file. This code example must be copied into an empty text file that has an .aspx extension. For more information, see ASP.NET Web Forms Page Code Model. |
.NET Framework
Available since 1.1
Available since 1.1
Command Class
System.Web.UI.MobileControls Namespace
Introduction to the Command Control
Show:
