CommandEventArgs::CommandArgument Property
.NET Framework (current version)
Gets the argument for the command.
Assembly: System.Web (in System.Web.dll)
The CommandArgument can contain any string set by the programmer. The CommandArgument property complements the CommandName property by allowing you to provide any additional information for the command. For example, you can set the CommandName property to Sort and set the CommandArgument property to Ascending to specify a command to sort in ascending order.
.NET Framework
Available since 1.1
Available since 1.1
Show: