objDataContext.SubmitChanges(ConflictMode.ContinueOnConflict); //or you can do this thing catch (ChangeConflictException ex) { objchangeconf.Resolve(RefreshMode.OverwriteCurrentValues); }}