TextBox3.Text = If(Grid1.CurrentRow.Cells(4) Is Nothing OrElse Grid1.CurrentRow.Cells(4).Value Is Nothing, TextBox3.Text = "", Grid1.CurrentRow.Cells(4).Value.ToString)