i currently have 2 forms. One has a datagrid and the other has places to type inforamtion into, witch when you press a button it Should appear on the data grid. My problem is for each different textbox field i enter (Firstname, Lastname, Dob ect..) i want each of them to go on a different column By using the scrip
it automaticly goes to the first column, but i dont know how to make it go to the second.Code:Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Database.DataGridView1.Rows.Add(Add_FirstName.Text) End Sub
please help me.
-Thanks![]()




Reply With Quote
