Pick a row in DataGridView in C#
Hi,
I would like to know how can I save data of row in dataGridView (The event - when clicking on on of the rows in the grid).
I need to save the data of the selected row and display it on other window.
Thanks in advance.
Limor.