Posts by Carlos Henrique • 21 points
1 post
-
2
votes4
answers4412
viewsQ: How to set the data of a Datagrid to a Textbox in C#
I am trying to set the data of the selected Datagrid line, which comes from B.D., to show in each Textbox. The data of each column of the selected row goes to a Textbox. How do I? Which method to…