Hi All,
In a WinForm, i'm using datagrid or Datagridview to display a table of data( Not from database, data is a combination webservices output and code manipulation).
I'm able to bind the table as datasource to grid, but if the count is more than hundred; i need to give paging functionality to the form.
A "Next>>" and "<<Previous" buttons as we have it in MSDN. Please give me sample code in C# to attain this functionality.
Thanks,