Posts by JOESD • 1 point
1 post
-
0
votes1
answer25
viewsQ: Datagridview doubt in C#
I would like to know what is and what these types of codes are used for: txtCodigo.Text = dtgProfessores.Rows[e.RowIndex].Cells["CODIGO"].Value.ToString(); txtNome.Text =…