<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: How To Dynamically Set a LinqDataSource to filter the results based on user input</title>
	<atom:link href="http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/</link>
	<description>IT Administration and Application Development</description>
	<lastBuildDate>Thu, 06 Oct 2011 04:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-67</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 26 Apr 2011 12:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-67</guid>
		<description>You&#039;re welcome, good luck with your project.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome, good luck with your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.correa</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-66</link>
		<dc:creator>a.correa</dc:creator>
		<pubDate>Tue, 26 Apr 2011 10:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-66</guid>
		<description>You&#039;ve saved my life! ;) I was looking for &quot;How-to&quot; filter a LINQDatasource when the parameter is empty, so that it shows ALL the records, and could not found anything. This was the solution! THX!</description>
		<content:encoded><![CDATA[<p>You&#8217;ve saved my life! <img src='http://www.yanachik.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I was looking for &#8220;How-to&#8221; filter a LINQDatasource when the parameter is empty, so that it shows ALL the records, and could not found anything. This was the solution! THX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D Ojdanic</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-65</link>
		<dc:creator>D Ojdanic</dc:creator>
		<pubDate>Thu, 21 Apr 2011 08:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-65</guid>
		<description>Usefull, Thank you.</description>
		<content:encoded><![CDATA[<p>Usefull, Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyanachik</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-36</link>
		<dc:creator>kyanachik</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-36</guid>
		<description>Unfortunately I haven&#039;t worked with the UpdatePanels for quite a while.  We moved to using the Yahoo Datatable calling Page Methods.  http://developer.yahoo.com/yui/datatable/  In order for the Yahoo Connection Manager (Ajax) to work with ASP.Net Page Methods you have to change it&#039;s default behavior from Get to Post.

YAHOO.util.Connect.resetDefaultHeaders();
YAHOO.util.Connect.setDefaultPostHeader(false);
YAHOO.util.Connect.initHeader(&quot;content-type&quot;, &quot;application/json; charset=utf-8&quot;, true);

Subsequently we have moved to ASP.Net MVC which has greatly reduced the amount of client-side javascript but enhanced Ajax tremendously.</description>
		<content:encoded><![CDATA[<p>Unfortunately I haven&#8217;t worked with the UpdatePanels for quite a while.  We moved to using the Yahoo Datatable calling Page Methods.  <a href="http://developer.yahoo.com/yui/datatable/" rel="nofollow">http://developer.yahoo.com/yui/datatable/</a>  In order for the Yahoo Connection Manager (Ajax) to work with ASP.Net Page Methods you have to change it&#8217;s default behavior from Get to Post.</p>
<p>YAHOO.util.Connect.resetDefaultHeaders();<br />
YAHOO.util.Connect.setDefaultPostHeader(false);<br />
YAHOO.util.Connect.initHeader(&#8220;content-type&#8221;, &#8220;application/json; charset=utf-8&#8243;, true);</p>
<p>Subsequently we have moved to ASP.Net MVC which has greatly reduced the amount of client-side javascript but enhanced Ajax tremendously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyanachik</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-54</link>
		<dc:creator>kyanachik</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-54</guid>
		<description>Unfortunately I haven&#039;t worked with the UpdatePanels for quite a while.  We moved to using the Yahoo Datatable calling Page Methods.  http://developer.yahoo.com/yui/datatable/  In order for the Yahoo Connection Manager (Ajax) to work with ASP.Net Page Methods you have to change it&#039;s default behavior from Get to Post.

YAHOO.util.Connect.resetDefaultHeaders();
YAHOO.util.Connect.setDefaultPostHeader(false);
YAHOO.util.Connect.initHeader(&quot;content-type&quot;, &quot;application/json; charset=utf-8&quot;, true);

Subsequently we have moved to ASP.Net MVC which has greatly reduced the amount of client-side javascript but enhanced Ajax tremendously.</description>
		<content:encoded><![CDATA[<p>Unfortunately I haven&#8217;t worked with the UpdatePanels for quite a while.  We moved to using the Yahoo Datatable calling Page Methods.  <a href="http://developer.yahoo.com/yui/datatable/" rel="nofollow">http://developer.yahoo.com/yui/datatable/</a>  In order for the Yahoo Connection Manager (Ajax) to work with ASP.Net Page Methods you have to change it&#8217;s default behavior from Get to Post.</p>
<p>YAHOO.util.Connect.resetDefaultHeaders();<br />
YAHOO.util.Connect.setDefaultPostHeader(false);<br />
YAHOO.util.Connect.initHeader(&#8220;content-type&#8221;, &#8220;application/json; charset=utf-8&#8243;, true);</p>
<p>Subsequently we have moved to ASP.Net MVC which has greatly reduced the amount of client-side javascript but enhanced Ajax tremendously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-35</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-35</guid>
		<description>After further testing I have determined that this is not the best way of doing things, it stops working with paging. --- Why does it stop paging in listview&#039;s page control? have you ever figured it out ?</description>
		<content:encoded><![CDATA[<p>After further testing I have determined that this is not the best way of doing things, it stops working with paging. &#8212; Why does it stop paging in listview&#8217;s page control? have you ever figured it out ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-53</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-53</guid>
		<description>After further testing I have determined that this is not the best way of doing things, it stops working with paging. --- Why does it stop paging in listview&#039;s page control? have you ever figured it out ?</description>
		<content:encoded><![CDATA[<p>After further testing I have determined that this is not the best way of doing things, it stops working with paging. &#8212; Why does it stop paging in listview&#8217;s page control? have you ever figured it out ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Riall</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-34</link>
		<dc:creator>James Riall</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-34</guid>
		<description>That worked very nicely! Thanks.</description>
		<content:encoded><![CDATA[<p>That worked very nicely! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Riall</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-52</link>
		<dc:creator>James Riall</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-52</guid>
		<description>That worked very nicely! Thanks.</description>
		<content:encoded><![CDATA[<p>That worked very nicely! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

