0 out of 1 rated this helpful - Rate this topic

DataFormWebPart.AddDataBinding Method

Adds the data binding information for a specified property in the DataFormWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
public override void AddDataBinding(
	string op,
	string controlId,
	string propertyName,
	string eventName,
	string keyField,
	string keyValue,
	string dataField
)

Parameters

op
Type: System.String
The type of the operation which is performed on the data binding.
controlId
Type: System.String
ID of the control.
propertyName
Type: System.String
Name of the property.
eventName
Type: System.String
Name of the event.
keyField
Type: System.String
Key field.
keyValue
Type: System.String
Key value.
dataField
Type: System.String
Data field.

This override adds the data binding information for the specified property of the DataFormWebPart to perform the specified operation.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ