views:

189

answers:

1

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.

+1  A: 

Set the GridView.AllowPaging property to true. Ensure that your data source supports the paging.

Fabian Vilers