Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FormViewInsertEventArgs::CommandArgument Property

 

Gets the command argument for the insert operation passed to the FormView control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property Object^ CommandArgument {
	Object^ get();
}

Property Value

Type: System::Object^

The command argument for the insert operation passed to the FormView control.

When you create an Insert button for one of the templates in a FormView control, you can optionally specify a command argument for the button by using the 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 CommandArgument property is provided as a convenient way to determine the value of the Insert button's command argument.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft