Custom GridView Paging with ObjectDataSource Control with ASP.Net 2.0,GridView, DataList, Repeater are some of the useful data bound control that will help in presenting data efficiently and easily. When the data grows drastically, it will be better and user friendly if we display the records with page numbers by restricting some x number of records per page. This article will help us to implement the custom paging with ObjectDataSource control and SqlServer 2005.
