System.Web.UI.WebControls.WebParts.IWebPartTable.GetTableData Method

Returns the data for the table that is being used by the interface as the basis of a connection between two System.Web.UI.WebControls.WebParts.WebPart controls.

Syntax

public void GetTableData (TableCallback callback)

Parameters

callback
A System.Web.UI.WebControls.WebParts.TableCallback delegate that contains the address of a method that receives the data.

Remarks

Use this method to retrieve the data table values passed by the interface. The provider implements this method, and the consumer invokes it at the point when the consumer is ready to process or render data.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0