views:

173

answers:

1

I want to show 10 records per page in a datagridview on a window form and user must click next button to show next 10 records. Is it there some property in DataGridview or do i need to create a custom control.

What i need to do to achieve this.

+2  A: 

check this

http://www.codeproject.com/KB/grid/DataGridPaging.aspx

Bala