I got an error with my codes? Is anybody can help me
?
The Error list said Identifier Expected? the error pertains on the last Underscore in my code but i dont know how to solve the error, Hope can someone will give an Idea to make it right :)
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Form1.Personal_InfoTableAdapter.Insert(Me.TextBox1.Text, Me.TextBox2.Text, _
Me.TextBox3.Text, Me.TextBox4.Text, _
Me.TextBox5.Text, Me.TextBox6.Text, _
Me.TextBox7.Text, Me.TextBox8.Text, _
Me.TextBox9.Text, Me.TextBox10.Text, _)
MsgBox("Complete")