<?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: Bind to methods with ObjectDataProvider</title>
	<atom:link href="http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/</link>
	<description>Thomas Claudius Huber (by friends just called ::: hubethom :::)</description>
	<lastBuildDate>Thu, 15 Sep 2011 07:44:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nadun</title>
		<link>http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-2188</link>
		<dc:creator>nadun</dc:creator>
		<pubDate>Wed, 21 Jul 2010 15:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-2188</guid>
		<description>hi,

thanks for the code. helped me to know how to set the itemssource to an objectdataprovider :)</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thanks for the code. helped me to know how to set the itemssource to an objectdataprovider <img src='http://www.thomasclaudiushuber.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-1896</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-1896</guid>
		<description>wow, thanks for this code, 
have u any idea how can i set the parameter directly in the binding

this worky correctly ObjectDataProvider.MethodParameters

but i need example like this: 
Text=&quot;{Binding Source={StaticResource TranslateCustomer, Parameter=string1, Parameter=string2}}&quot;</description>
		<content:encoded><![CDATA[<p>wow, thanks for this code,<br />
have u any idea how can i set the parameter directly in the binding</p>
<p>this worky correctly ObjectDataProvider.MethodParameters</p>
<p>but i need example like this:<br />
Text=&#8221;{Binding Source={StaticResource TranslateCustomer, Parameter=string1, Parameter=string2}}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan</title>
		<link>http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-1761</link>
		<dc:creator>Slobodan</dc:creator>
		<pubDate>Tue, 03 Feb 2009 13:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-1761</guid>
		<description>You rock man :)
tnx for great code</description>
		<content:encoded><![CDATA[<p>You rock man <img src='http://www.thomasclaudiushuber.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
tnx for great code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubethom</title>
		<link>http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-491</link>
		<dc:creator>hubethom</dc:creator>
		<pubDate>Fri, 04 Apr 2008 11:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-491</guid>
		<description>Hi Ravendarque.

Thanks for the hint. Yes, of course, the namespace in the XAML-File must be changed to the one used in your project.

Thomas</description>
		<content:encoded><![CDATA[<p>Hi Ravendarque.</p>
<p>Thanks for the hint. Yes, of course, the namespace in the XAML-File must be changed to the one used in your project.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravendarque</title>
		<link>http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-487</link>
		<dc:creator>Ravendarque</dc:creator>
		<pubDate>Thu, 03 Apr 2008 14:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/#comment-487</guid>
		<description>Great article Thomas. One small thing: it may not work &#039;as is&#039; because the following line:

...xmlns:local=&quot;clr-namespace:SimpleObjectDataProvider&quot;&gt;

refers to the namespace &#039;SimpleObjectDataProvider&#039; in your project. It needs to be changed to the namespace used in the readers&#039; own projects.</description>
		<content:encoded><![CDATA[<p>Great article Thomas. One small thing: it may not work &#8216;as is&#8217; because the following line:</p>
<p>&#8230;xmlns:local=&#8221;clr-namespace:SimpleObjectDataProvider&#8221;&gt;</p>
<p>refers to the namespace &#8216;SimpleObjectDataProvider&#8217; in your project. It needs to be changed to the namespace used in the readers&#8217; own projects.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

