Use the C# code to Bind the data item to GridView control and apply the Paging functionlaity on them. GridView control's paging properties allows you to set the page size and enabling/disabling of the paging feature.
Paging Event Used
OnPageIndexChanging event is used in this sample to set the New Page Index of GridView control and re-bind the data with it.
GridView Paging Properties
1. AllowPaging
2. PageSize