hi there:
can any1 over here help me to update my dataset filled by SqlDataAdapter from MS-SQL.
I do this:
dataSet11.test[BndMTest.Position].v1 = textBox1.Text;
dataSet11.test[BndMTest.Position].v2 = textBox2.Text;
dataSet11.test[BndMTest.Position].v3 = textBox3.Text;
sqlDataAdapter1.Update(dataSet21);
but it doesnt work.
it would be simple for u but i got stuck on it so plz help me
Always:),
Hovik Melkomian.