System.Web.UI.WebControls.FormViewUpdateEventArgs.CommandArgument Property

Gets the command argument for the update operation passed to the System.Web.UI.WebControls.FormView control.

Syntax

public object CommandArgument { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When you create an Update button for one of the templates in a System.Web.UI.WebControls.FormView control, you can optionally specify a command argument for the button by using the IButtonControl.CommandArgument property. The command argument usually contains any optional information you want to accompany the update command, such as the value for the key field. The FormViewInsertEventArgs.CommandArgument property is provided as a convenient way to determine the value of the Update button's command argument.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0