Private Sub DataGridView1_RowEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.RowEnterTextBox1.Text = BBS.BusinessObject.Item("cust_lastname")End Sub