DataFormWebPart.ApplyReceivedParametersData method

Applies changes to the DataFormWebPart according to the received parameters data.

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

Syntax

'Declaration
Protected Sub ApplyReceivedParametersData
'Usage

Me.ApplyReceivedParametersData()
protected void ApplyReceivedParametersData()

Remarks

This method iterates through _receivedParametersData and updates the ParameterValues.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace