Hi! Can someone help me?
I have a datagridview and I declared this code:
i = dgStudentsHandled.CurrentRow.Index
txtStudentNumber.Text = dgStudentsHandled.Item(0, i).Value
.
I can get the value of the first cell of the first row of the first column. But I have to get the value of the first cell of the the first column of the any row index I click. Thank you very much and God Bless. :)