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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…