DataFormWebPart.GetRowData method

Gets the row data that the DataFormWebPart object provides to the connected consumer control.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub GetRowData ( _
    callback As RowCallback _
)
'Usage
Dim callback As RowCallback

Me.GetRowData(callback)
protected void GetRowData(
    RowCallback callback
)

Parameters

Remarks

This method postpones returning the row data to the callback method if the DataFormWebPart is not ready to send the row data, such as when it has not yet created the child controls.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace