Nandini
Nandini

Reputation: 393

Implementing Gridview paging in asp.net 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.

Upvotes: 0

Views: 519

Answers (1)

Fabian Vilers
Fabian Vilers

Reputation: 2992

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

Upvotes: 1

Related Questions