APNSoft Controls [4.5.2.20] - API Reference
APNSoftDataGrid.SetPage Method 
 Sets the current page number. This method must be called after the DataBind() method. 
[Visual Basic]
Public Sub SetPage( _
   ByVal PageNumber As Integer _
)
[C#]
public void SetPage(
   int PageNumber
);
Parameters
- PageNumber
 - The page number to be shown.
 
See Also
APNSoftDataGrid Class | APNSoft.WebControls Namespace