I have got two List<int> variable listA and listB. In listA I have {1,2,3,4}, in listB I have {1,2,3,5} , so I will update database record based on listA and listB. The data from listA are from database, and I will update database with
delecting Id=4 and insert Id=5. so How to do this.
:) thank you very much.