Here Mudassar Ahmed Khan has explained with an example, how to display records with Next Previous Buttons in DataGridView in Windows Forms (WinForms) Application using C# and VB.Net.
Limited set of records per Page will be displayed in DataGridView with the help of Stored Procedure.
When the Next Button is clicked, the next set of records will be fetched from Database and similarly when Previous Button is clicked, the previous set of records will be fetched from Database and displayed in Windows Forms DataGridView using C# and VB.Net.