Posts by Allan Cândido • 1 point
1 post
-
0
votes1
answer95
viewsA: Populating Textbox in different form with Datagridview data
Friend try to check if what you are picking up from Datagridview1 is returning something! Dim teste = DataGridView1.CurrentRow.Cells(0).Value.ToString() With the test variable you can conclude that…