custom pagination for gridview in sharepoint
If you want to implement custom pagination having “Next” and “Prev” button in gridview then you have following options:- http://www.codeproject.com/KB/aspnet/CustomPagingForGridview.aspx http://msdn.microsoft.com/en-us/library/aa479347.aspx http://dotnetslackers.com/articles/ajax/ASPNETAjaxGridAndPager.aspx But i have got one more good solution which works well for me. See below:- 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 […]
February 21, 2012
·
Infoyen ·
No Comments
Tags: custom pagination for gridview in sharepoint, custom pagination in gridview, GridView .PagerSettings.FirstPageText · Posted in: ASP .NET, MOSS, SharePoint