C# – How to get the current row index of a DataGridView from a different Form?
I currently have two forms–my main form, Form1
, which has a DataGridView
who’s data source is a BindingList
. Form2
is accessed via a button press, and is filled with textboxes populated with data from said BindingLists. For example, the code for that (in Form2
) looks like the following: