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
The SPListItem type has a CopyTo method that will do what you want.
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.copyto.aspx