Sometimes you may be displaying 100 or more rows in a table and want to display a pagination control at the top and the bottom. You can do this simply by doing the following:
Drag and drop a Pagination control from the Controls toolbox on the left. Position it appropriately on the page.
Right mouse click on the new pagination control and select Properties (do not select Shared Properties). Go to the Bindings tab. Select the table control you want the pagination control to support from the dropdown list.
Press OK. Build and run your application.