views:

195

answers:

1

Hi, I have applications(WinForm) that gets some objects from webservice. After receiving array I transform array to DataTable and show data in DataGridView. Problem is when there are too many records. Of course I can change WS to send information in packages containing for example 100 objects but I'm not sure how to change DataGridView. Could you please provide some example?

Thanks

A: 

Should be easy to do . Just edit the properties of the datagrid in designview(little arrow at the right) and enable it. Have a look at this aticle

Ren Hoek
As I can see it's only for ASP and I'm developing winforms application
arek
Sorry, should have read more carefully ---Seems there is a programmatical way - http://www.codeproject.com/KB/grid/DataGridBoundedPaging.aspxand there is a codeplex project (not shure bout paging in this) - http://www.codeplex.com/sourcegrid/
Ren Hoek