<?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: Using the SP2010 Client Object Model to update a list item</title>
	<atom:link href="http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/</link>
	<description>Interesting stuff about SharePoint 2007 and 2010</description>
	<lastBuildDate>Tue, 10 Jan 2012 09:53:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dennis Meenhuis</title>
		<link>http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/comment-page-1/#comment-11670</link>
		<dc:creator>Dennis Meenhuis</dc:creator>
		<pubDate>Sat, 22 Oct 2011 15:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dennus.net/?p=88#comment-11670</guid>
		<description>Cool, thanks for sharing that. I haven&#039;t really played with this since writing this blog post, but I&#039;ll be sure to keep that in mind. And thanks for the compliment :)</description>
		<content:encoded><![CDATA[<p>Cool, thanks for sharing that. I haven&#8217;t really played with this since writing this blog post, but I&#8217;ll be sure to keep that in mind. And thanks for the compliment <img src='http://blog.dennus.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter.klug</title>
		<link>http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/comment-page-1/#comment-11657</link>
		<dc:creator>peter.klug</dc:creator>
		<pubDate>Fri, 21 Oct 2011 19:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dennus.net/?p=88#comment-11657</guid>
		<description>Using __doPostBack(&#039;&#039;, getParams());&quot; /&gt; will post the selected items back to the server... where getParams() is your function that deals with formatting the selected values - which function will probably end up calling SP.ListOperation.Selection.getSelectedItems() and enumerate...
Thanks for the articles though, very nicely put together!</description>
		<content:encoded><![CDATA[<p>Using __doPostBack(&#8221;, getParams());&#8221; /&gt; will post the selected items back to the server&#8230; where getParams() is your function that deals with formatting the selected values &#8211; which function will probably end up calling SP.ListOperation.Selection.getSelectedItems() and enumerate&#8230;<br />
Thanks for the articles though, very nicely put together!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/comment-page-1/#comment-8959</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 24 May 2011 10:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dennus.net/?p=88#comment-8959</guid>
		<description>Just wanted to say thanks. Most examples on the net I found all referred to {ItemId}  to get the reference to the listitem. 

You&#039;re the first I found that mentioned {SelectedItemId}. One less issue to contend with, so thanks heaps.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks. Most examples on the net I found all referred to {ItemId}  to get the reference to the listitem. </p>
<p>You&#8217;re the first I found that mentioned {SelectedItemId}. One less issue to contend with, so thanks heaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/comment-page-1/#comment-7186</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Tue, 18 Jan 2011 10:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dennus.net/?p=88#comment-7186</guid>
		<description>I needed this topic because i knew we can use SP2010 client object model to update a list item but i do not know the code to implement it. Thanks for this blog team to give such an useful post with code. I will read your blog regularly hearafter. Thanks for your effort.

http://gloriatech.com/microsoft-net-development-services.aspx</description>
		<content:encoded><![CDATA[<p>I needed this topic because i knew we can use SP2010 client object model to update a list item but i do not know the code to implement it. Thanks for this blog team to give such an useful post with code. I will read your blog regularly hearafter. Thanks for your effort.</p>
<p><a href="http://gloriatech.com/microsoft-net-development-services.aspx" rel="nofollow">http://gloriatech.com/microsoft-net-development-services.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Meenhuis</title>
		<link>http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/comment-page-1/#comment-4818</link>
		<dc:creator>Dennis Meenhuis</dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dennus.net/?p=88#comment-4818</guid>
		<description>Glad it was helpful to you. Unfortunately I haven&#039;t spent any more time to get it working with multiple items, as it was not really a requirement back then to implement something like that. Sounds like an interesting feature though, I&#039;ll update this post should I come across something like it :)</description>
		<content:encoded><![CDATA[<p>Glad it was helpful to you. Unfortunately I haven&#8217;t spent any more time to get it working with multiple items, as it was not really a requirement back then to implement something like that. Sounds like an interesting feature though, I&#8217;ll update this post should I come across something like it <img src='http://blog.dennus.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dex</title>
		<link>http://blog.dennus.net/2010/07/20/using-the-sp2010-client-object-model-to-update-a-list-item/comment-page-1/#comment-4817</link>
		<dc:creator>Dex</dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dennus.net/?p=88#comment-4817</guid>
		<description>Thanks Dennis, this was really helpful - needed something pretty much just like this.  Happen to have updated it to support changing multiple selected items by chance? :)</description>
		<content:encoded><![CDATA[<p>Thanks Dennis, this was really helpful &#8211; needed something pretty much just like this.  Happen to have updated it to support changing multiple selected items by chance? <img src='http://blog.dennus.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

