SPGridView.DoSortPostBackEventProcessing Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub DoSortPostBackEventProcessing ( _
sortData As String _
)
'Usage
Dim sortData As String
Me.DoSortPostBackEventProcessing(sortData)
protected void DoSortPostBackEventProcessing(
string sortData
)
Parameters
- sortData
Type: System.String