Posts by Rodrigo Otávio • 1 point
1 post
-
0
votes1
answer57
viewsA: How to import data from Datagridview to textboxs
txtCodigo.text = dataGridView.Rows[indiceDaLinha].Cells["nomeDaCelula"].Value.toString(); To name the same thing. For the Radios you do:…