Reputation: 393
i am using asp.net 2008 and i have implemented the in-build Gridview Paging.But it didn't work.then how can i implement Gridview Paging?i am using sql server 2005.
Upvotes: 0
Views: 519
Reputation: 2992
Set the GridView.AllowPaging property to true. Ensure that your data source supports the paging.
Upvotes: 1