private void grdBOOK_CellEndEdit(object sender, DataGridViewCellEventArgs e) { using (lnkTRADERDataContext DATActx = new lnkTRADERDataContext()) { grdBOOK.EndEdit(); DATActx.SubmitChanges(); } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)