Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone, I want to do it..There is a table in Gridview2 and Gridview1 on my form which is names List and LogBook. 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!

What I have tried:

string Surname = Convert.ToString(gridView1.GetRowCellValue(gridView1.FocusedRowHandle, "SURNAME"));
Posted
Updated 21-May-18 21:03pm
Comments
Arunprasath Natarajan 21-May-18 8:54am    
You can use DataTable for the same.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900