help me please
i am using CellMouseClick event but in the form it show System.Windows.Forms.DataGridViewSelectedRowCollection instead of showing data
i am using this function
1 | private void Customers_view_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e) |
2 | { |
3 | ContactLastName.Text = Customers_view.SelectedRows.ToString(); |
4 | } |
see image here
Replies
Know the answer? Post it — somebody with the same question will find it here.