Hello, I have a DataGridView that contains several rows. Say, I select 5 rows from it, click a "Save" button, but only the 5 rows I selected are going to be saved to the DataTable.

I already know how to activate the property to multiselect the rows. The problem is I don't know know to save the selected rows to the DataTable (with only a selected row I have no issue).
Is there an example at CodeBank? Or any idea on how to achieve this?

Thank you.