SPGridView.DoSortPostBackEventProcessing method

Does the actual work for a Sort postback.

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

Syntax

'Declaration
Protected Sub DoSortPostBackEventProcessing ( _
    sortData As String _
)
'Usage
Dim sortData As String

Me.DoSortPostBackEventProcessing(sortData)
protected void DoSortPostBackEventProcessing(
    string sortData
)

Parameters

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace