|
Hi Chaps,
I am working on Windows application with C#.net and MySql 5.1
Now I need paging in Datagrid view on Some of My forms.
now my question is Datagridview does not suppoert Paging by default. hence i can not use Paged Datasource . One more thing Due to some requirement i need to bindinsource as a datasource of DatagridView.
Now along with this how can i add paging functionlity with the existing application?
|