DataFormWebPart.AddDataBinding Method
Adds the data binding information for a specified property in the DataFormWebPart.
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.