System.Web.UI.WebControls.FormViewInsertEventArgs.CommandArgument Property

Gets the command argument for the insert 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 Insert 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 extra information you want to accompany the insert command, such the value for the key field. The FormViewInsertEventArgs.CommandArgument property is provided as a convenient way to determine the value of the Insert 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