Gets or sets an optional argument passed to the LinkButton.Command event handler along with the associated LinkButton.CommandName property.
Documentation for this section has not yet been entered.
Use the LinkButton.CommandArgument property to specify an argument that complements the LinkButton.CommandName property.
The LinkButton.CommandArgument property is typically only used when the LinkButton.CommandName property is set.
The LinkButton.CommandArgument property complements the LinkButton.CommandName property by allowing you to provide any additional information about the command to perform. For example, you can set the LinkButton.CommandName property to Sort and set the LinkButton.CommandArgument property to Ascending to specify a command to sort in ascending order.
This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.