Posts by Lucas Amaral • 11 points
1 post
-
1
votes4
answers4412
viewsA: How to set the data of a Datagrid to a Textbox in C#
I went through a similar situation in a project, but in it every record of my Datagridview represented an object of a specific class. You can create a method Cellcontentclick and in it recover the…