Hello There is a table in Gridview2 on my form which is named List. When I run the project that I want to do, I click on any of the listed names in the Gridview2 and I want the Gridview1 to come to that area. By the way Surname is the common area on both grids. How can you help me to be delighted!
string Surname = Convert.ToString(gridView1.GetRowCellValue(gridView1.FocusedRowHandle, "SURNAME"));