Share via


SPGridView.DoFilterPostBackEventProcessing method

Does the actual work for a Filter postback.

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

Syntax

'Declaration
Protected Sub DoFilterPostBackEventProcessing ( _
    filterData As String _
)
'Usage
Dim filterData As String

Me.DoFilterPostBackEventProcessing(filterData)
protected void DoFilterPostBackEventProcessing(
    string filterData
)

Parameters

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace