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)
'Declaration
Protected Sub GetRowData ( _
callback As RowCallback _
)
'Usage
Dim callback As RowCallback
Me.GetRowData(callback)
protected void GetRowData(
RowCallback callback
)
callback
Type: System.Web.UI.WebControls.WebParts.RowCallbackThe address of a method that receives the data.
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.