C# Program to Transfering Selected Rows From DataGridView1 to DataGridView2 – Programming, Pseudocode Example, C# Programming Example
Windows Form

C# Program to Transfering Selected Rows From DataGridView1 to DataGridView2

In this example, we’ll learn how to tranfer the selected rows from a datagridview to the another datagridview using checkboxes.

Step 1:

Form Design:

Step 2:

Fill data to datagridview1 (Form_Load)

 

Step 3: Transfer button (button1_Click)

 

Here are the all codes:

 

Output:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.