Hola
guille podrias validar el o los campos de esta manera:
Código vb:
Ver originalIf string.IsNullOrEmpty(DataGridView1.CurrentRow.Cells(57).FormattedValue.ToString) Then
TuTextBox.text = String.Empty
Else
TbRef3.Text = DataGridView1.CurrentRow.Cells(57).Value
End If
Probalo y nos cuentas. Saludos!
.