Asp – Implementing Gridview paging in asp.net 2008

asp.netvisual-studio-2008

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.

Best Solution

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