assuming i had only one field named "ID"
then.
Table1TableAdapter.Insert(Me.TextBox1.Text)
then the datagrid will input the textbox1..
my question is how if i have two fields "ID" for the 1st column and "Name" for the second..
then.
Table1TableAdapter.Insert(Me.TextBox1.Text)
then the datagrid will input the textbox1..
my question is how if i have two fields "ID" for the 1st column and "Name" for the second..