System.Web.UI.WebControls.WebParts.IWebPartParameters.GetParametersData Method

Gets the value of the data from the connection provider.

Syntax

public void GetParametersData (ParametersCallback callback)

Parameters

callback
The method to call to process the data from the provider.

Remarks

The IWebPartParameters.GetParametersData(ParametersCallback) method is used to retrieve the values from the provider based on a parameter. The method represented by the callback parameter processes the data for use by the consumer.

Requirements

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