<?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: DotNetNuke No Search Results Message</title>
	<atom:link href="http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/</link>
	<description>Comics, Movies, TV, DVD, Web, and Stuff</description>
	<lastBuildDate>Fri, 12 Feb 2010 16:18:34 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mario Vargas</title>
		<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/comment-page-1/#comment-288</link>
		<dc:creator>Mario Vargas</dc:creator>
		<pubDate>Mon, 13 Jul 2009 17:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2008/dotnetnuke-no-search-results-message/#comment-288</guid>
		<description>Thanks, man. Your little tip saved me a lot of time! It works great.

My only concern has to do when I upgrade my current DNN installation. I&#039;m afraid that the changes I made to the admin/SearchResults.ascx will be lost.

By the way, another way to have this done via server-side code is to remove the code-behind directives and use embedded code in a script tag with runat=&quot;server&quot; in it. I tried this technique in a client&#039;s website where I lost all source code. I haven&#039;t tried doing this with the DNN searchresults.ascx file, though, but I know it is possible to do so and use modify the code so a GridView or ListView with an EmptyDataTemplate can be used.</description>
		<content:encoded><![CDATA[<p>Thanks, man. Your little tip saved me a lot of time! It works great.</p>
<p>My only concern has to do when I upgrade my current DNN installation. I&#8217;m afraid that the changes I made to the admin/SearchResults.ascx will be lost.</p>
<p>By the way, another way to have this done via server-side code is to remove the code-behind directives and use embedded code in a script tag with runat=&#8221;server&#8221; in it. I tried this technique in a client&#8217;s website where I lost all source code. I haven&#8217;t tried doing this with the DNN searchresults.ascx file, though, but I know it is possible to do so and use modify the code so a GridView or ListView with an EmptyDataTemplate can be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/comment-page-1/#comment-197</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 04 Aug 2008 18:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2008/dotnetnuke-no-search-results-message/#comment-197</guid>
		<description>@Andrew: Be sure to reformat the quote and double quote chars when you copy/paste from the web. It should work properly after that.</description>
		<content:encoded><![CDATA[<p>@Andrew: Be sure to reformat the quote and double quote chars when you copy/paste from the web. It should work properly after that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/comment-page-1/#comment-196</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 28 Jul 2008 10:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2008/dotnetnuke-no-search-results-message/#comment-196</guid>
		<description>I also can&#039;t understand why this isn&#039;t included in the core code. Nonetheless, your fix is quick and painless to include so thank you...</description>
		<content:encoded><![CDATA[<p>I also can&#8217;t understand why this isn&#8217;t included in the core code. Nonetheless, your fix is quick and painless to include so thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose pichardo</title>
		<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/comment-page-1/#comment-195</link>
		<dc:creator>jose pichardo</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2008/dotnetnuke-no-search-results-message/#comment-195</guid>
		<description>el codigo esta perfecto mano, solo tuve que arreglar las comillas y me funciono a la perfeccion, gracias</description>
		<content:encoded><![CDATA[<p>el codigo esta perfecto mano, solo tuve que arreglar las comillas y me funciono a la perfeccion, gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/comment-page-1/#comment-194</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 17 May 2008 03:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2008/dotnetnuke-no-search-results-message/#comment-194</guid>
		<description>I didn&#039;t find that the code worked exactly correct. With DNN 4.8.2 the message is displayed always, with or without finding the content. The message is at the bottom each page of results, with results present or not its there.  I&#039;m sure I pasted it correctly and got the top snippet in, too.  Not sure if that what you intended.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t find that the code worked exactly correct. With DNN 4.8.2 the message is displayed always, with or without finding the content. The message is at the bottom each page of results, with results present or not its there.  I&#8217;m sure I pasted it correctly and got the top snippet in, too.  Not sure if that what you intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allaboutduncan</title>
		<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/comment-page-1/#comment-193</link>
		<dc:creator>allaboutduncan</dc:creator>
		<pubDate>Thu, 10 Apr 2008 12:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2008/dotnetnuke-no-search-results-message/#comment-193</guid>
		<description>Glad you liked it. Still baffles me how something so obvious wasn&#039;t built in from the start.</description>
		<content:encoded><![CDATA[<p>Glad you liked it. Still baffles me how something so obvious wasn&#8217;t built in from the start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.allaboutduncan.com/2008/dotnetnuke-no-search-results-message/comment-page-1/#comment-192</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 09 Apr 2008 22:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2008/dotnetnuke-no-search-results-message/#comment-192</guid>
		<description>This works great.  Thank you very much.</description>
		<content:encoded><![CDATA[<p>This works great.  Thank you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
