I am using vb.net to query sql server database, after querying I want to display the results in table with 20 records a page, and there should have "backward" and "forward" button to allow user to look other pages of records.
Can this realized by using DataGridView? I haven't found a solution for it. Thanks.