I have filled the datagridView using the code below
this.empinfoTableAdapter1.Fill(this.empData.empinfo);
but when i am updating the table from gridview its updating the orginal database. But not showing the update in the form.
I have searched google and found similar question. But most of them are custom data binding. Not using
this.empinfoTableAdapter1.Fill(this.empData.empinfo);
so, i posted the question.
See Question&Answers more detail:os