<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Copy Sharepoint list items from one site to another programmatically</title>
	<atom:link href="http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Tue, 03 Jan 2012 15:49:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ashik</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-827</link>
		<dc:creator>ashik</dc:creator>
		<pubDate>Thu, 08 Dec 2011 11:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-827</guid>
		<description>Hello 

  Thanks for the code!!!But i wld like to know how to copy a modified date of a item in the source List to the Destination List.
I want the same date of source and not dateTime.now.I dont find any property at all of the source modified date.Can u plz help me on it??</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>  Thanks for the code!!!But i wld like to know how to copy a modified date of a item in the source List to the Destination List.<br />
I want the same date of source and not dateTime.now.I dont find any property at all of the source modified date.Can u plz help me on it??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-782</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 19 Aug 2011 15:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-782</guid>
		<description>Hi, it was really useful your post!! But the thing that I&#039;m trying is to copy some items from a sharepoint list to another list, and the sites are in differents farms.
The thing that when I try to get the SPSite of the other farm, it throw me this error: &quot;The Web application at [My site URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.&quot;

If anybody knows how can I solve this, please help me...Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Hi, it was really useful your post!! But the thing that I&#8217;m trying is to copy some items from a sharepoint list to another list, and the sites are in differents farms.<br />
The thing that when I try to get the SPSite of the other farm, it throw me this error: &#8220;The Web application at [My site URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.&#8221;</p>
<p>If anybody knows how can I solve this, please help me&#8230;Thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Vartak</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-767</link>
		<dc:creator>Rahul Vartak</dc:creator>
		<pubDate>Tue, 19 Jul 2011 08:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-767</guid>
		<description>If you are using SharePoint 2010, another approach is to create a custom ribbon 

button and write ECMA Script to clone the items. 

Benefits:
1.  You don&#039;t need to create / update an item and then write the cloning 

functionality in its event handlers.
2. Permissions can be handled so that only eligible users see the button.
3. Asynchronous calls
4. The button can be limited to a single list or be applied to a list template 


Find more details here. 
http://rahul-vartak.blogspot.com/2011/07/clone-sharepoint-list-items.html</description>
		<content:encoded><![CDATA[<p>If you are using SharePoint 2010, another approach is to create a custom ribbon </p>
<p>button and write ECMA Script to clone the items. </p>
<p>Benefits:<br />
1.  You don&#8217;t need to create / update an item and then write the cloning </p>
<p>functionality in its event handlers.<br />
2. Permissions can be handled so that only eligible users see the button.<br />
3. Asynchronous calls<br />
4. The button can be limited to a single list or be applied to a list template </p>
<p>Find more details here.<br />
<a href="http://rahul-vartak.blogspot.com/2011/07/clone-sharepoint-list-items.html" rel="nofollow">http://rahul-vartak.blogspot.com/2011/07/clone-sharepoint-list-items.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-755</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Thu, 12 May 2011 08:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-755</guid>
		<description>@ Krish: Open visual studio choose console application template and create a project then try to use the code in the post, you can find console application project template in Visual C#, let me know if you need more info, thanks</description>
		<content:encoded><![CDATA[<p>@ Krish: Open visual studio choose console application template and create a project then try to use the code in the post, you can find console application project template in Visual C#, let me know if you need more info, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-732</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Wed, 20 Apr 2011 13:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-732</guid>
		<description>can you help me, where would I put this code? I cannot find the console application in sharepoint designer or visual studio, this is exactly what I want for my sites, please help :-)</description>
		<content:encoded><![CDATA[<p>can you help me, where would I put this code? I cannot find the console application in sharepoint designer or visual studio, this is exactly what I want for my sites, please help <img src='http://www.fivenumber.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-710</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Sat, 26 Mar 2011 14:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-710</guid>
		<description>check this http://dandd.codeplex.com/ it may helps</description>
		<content:encoded><![CDATA[<p>check this <a href="http://dandd.codeplex.com/" rel="nofollow">http://dandd.codeplex.com/</a> it may helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-664</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Thu, 23 Dec 2010 10:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-664</guid>
		<description>@ Gore T.Richard: This will work for SharePoint 2007, you have to modify two files &#039;yourworkflowname.xoml&#039; and &#039;yourworkflowname.xoml.wfconfig.xml&#039; file with the new list Ids to work the workflow for the new list, Good Luck</description>
		<content:encoded><![CDATA[<p>@ Gore T.Richard: This will work for SharePoint 2007, you have to modify two files &#8216;yourworkflowname.xoml&#8217; and &#8216;yourworkflowname.xoml.wfconfig.xml&#8217; file with the new list Ids to work the workflow for the new list, Good Luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gore T.Richard</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-663</link>
		<dc:creator>Gore T.Richard</dc:creator>
		<pubDate>Thu, 23 Dec 2010 10:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-663</guid>
		<description>Hi Vijay,
Nice work! do you know how to migrate sharepoint workflows from one site to another?</description>
		<content:encoded><![CDATA[<p>Hi Vijay,<br />
Nice work! do you know how to migrate sharepoint workflows from one site to another?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-621</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Mon, 15 Nov 2010 07:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-621</guid>
		<description>@ Safwan Rasheed: Yes, it&#039;s possible you have to check the condition before adding the record in the destination list using CAML query, Good Luck</description>
		<content:encoded><![CDATA[<p>@ Safwan Rasheed: Yes, it&#8217;s possible you have to check the condition before adding the record in the destination list using CAML query, Good Luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safwan Rasheed</title>
		<link>http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/comment-page-1/#comment-616</link>
		<dc:creator>Safwan Rasheed</dc:creator>
		<pubDate>Fri, 12 Nov 2010 06:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=541#comment-616</guid>
		<description>is it possible to copy ony unique records based on a few columns (not all of the columns from list A to List B when both the lists are in same sharepoit site.</description>
		<content:encoded><![CDATA[<p>is it possible to copy ony unique records based on a few columns (not all of the columns from list A to List B when both the lists are in same sharepoit site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

