Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub GetRowData ( _
callback As RowCallback _
)
'Usage
Dim callback As RowCallback
Me.GetRowData(callback)
protected void GetRowData(
RowCallback callback
)
Parameters
callback
Type: System.Web.UI.WebControls.WebParts.RowCallbackThe address of a method that receives the data.
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.