I have requirement to copy items from one SPList to another,
Here is the code which is not working:
public void CopyList(SPList src) { //Copy items f
Look at this post, link. This is the best approach I found.