<?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: How to Search a Website Using ASP.NET 3.5 &#8211; screencast</title>
	<atom:link href="http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-128299</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-128299</guid>
		<description>This helped me a great deal. Thanks.

Would be good to have examples in C#.</description>
		<content:encoded><![CDATA[<p>This helped me a great deal. Thanks.</p>
<p>Would be good to have examples in C#.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: an</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-108816</link>
		<dc:creator>an</dc:creator>
		<pubDate>Sat, 19 Sep 2009 14:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-108816</guid>
		<description>Great tut</description>
		<content:encoded><![CDATA[<p>Great tut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-102099</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Fri, 04 Sep 2009 15:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-102099</guid>
		<description>Can anyone convert that code into c# 
i need in C# language</description>
		<content:encoded><![CDATA[<p>Can anyone convert that code into c#<br />
i need in C# language</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: missD</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-90308</link>
		<dc:creator>missD</dc:creator>
		<pubDate>Tue, 11 Aug 2009 13:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-90308</guid>
		<description>heloo to experts and to all, ccould anyone convert that code into c#.. im using asp .net version3.5 language c#..
thank you</description>
		<content:encoded><![CDATA[<p>heloo to experts and to all, ccould anyone convert that code into c#.. im using asp .net version3.5 language c#..<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ilatzis</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-89231</link>
		<dc:creator>Alex Ilatzis</dc:creator>
		<pubDate>Sat, 08 Aug 2009 15:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-89231</guid>
		<description>i tried to build  a sample of this in c# but the
var q = from b in db.Contents
                where b.ContentID = Request.QueryString[&quot;ContentID&quot;]
                select b;
in entry.aspx page
the Request.QueryString doesn&#039;t work any idea?

the complier complaints that cannot implicitly convert type &#039;string&#039; to &#039;int&#039;</description>
		<content:encoded><![CDATA[<p>i tried to build  a sample of this in c# but the<br />
var q = from b in db.Contents<br />
                where b.ContentID = Request.QueryString["ContentID"]<br />
                select b;<br />
in entry.aspx page<br />
the Request.QueryString doesn&#8217;t work any idea?</p>
<p>the complier complaints that cannot implicitly convert type &#8217;string&#8217; to &#8216;int&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ilatzis</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-89191</link>
		<dc:creator>Alex Ilatzis</dc:creator>
		<pubDate>Sat, 08 Aug 2009 12:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-89191</guid>
		<description>Hi Jeffrey, what if my database is larger than one table. many tables and colums the to search for the keywords becomes spaggeti linq query. Or is it a simpler way maybe use a store proc and just give a string to the store proc and return the results and then bind them. What do you think?</description>
		<content:encoded><![CDATA[<p>Hi Jeffrey, what if my database is larger than one table. many tables and colums the to search for the keywords becomes spaggeti linq query. Or is it a simpler way maybe use a store proc and just give a string to the store proc and return the results and then bind them. What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-86880</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 03 Aug 2009 00:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-86880</guid>
		<description>Hi,

In this tutorial, all the hyperlinks NavigateURL are set to the same page.
What can I do to set different NavigateURLs for different hyperlinks?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In this tutorial, all the hyperlinks NavigateURL are set to the same page.<br />
What can I do to set different NavigateURLs for different hyperlinks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-68200</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Fri, 29 May 2009 09:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-68200</guid>
		<description>I ran into this screencast while looking for a way to implement a search function on an ASP.NET site I&#039;m building, and this tutorial did a great job of stepping through the process and explaining how each of the elements in the project work.

I also loved that it incorporated (1) a database, (2) ASP.NET, (3) LINQ, and (4) AJAX.  This was a really great lesson.  Keep up the good work!</description>
		<content:encoded><![CDATA[<p>I ran into this screencast while looking for a way to implement a search function on an ASP.NET site I&#8217;m building, and this tutorial did a great job of stepping through the process and explaining how each of the elements in the project work.</p>
<p>I also loved that it incorporated (1) a database, (2) ASP.NET, (3) LINQ, and (4) AJAX.  This was a really great lesson.  Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christer</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-65973</link>
		<dc:creator>Christer</dc:creator>
		<pubDate>Wed, 20 May 2009 01:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-65973</guid>
		<description>This screencast was spot on for a project I&#039;m working on. But please don&#039;t let it stop here. Add some more screencasts. What about a ASP.NET week, or some net+ tuts? 

ASP.NET is a fairly popular framework. And by adding more tutorials and screencasts about this topic, NETTUTS will surely expand the user-base.</description>
		<content:encoded><![CDATA[<p>This screencast was spot on for a project I&#8217;m working on. But please don&#8217;t let it stop here. Add some more screencasts. What about a ASP.NET week, or some net+ tuts? </p>
<p>ASP.NET is a fairly popular framework. And by adding more tutorials and screencasts about this topic, NETTUTS will surely expand the user-base.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lawrence77</title>
		<link>http://net.tutsplus.com/videos/screencasts/enabling-search-functionality-in-your-site-using-the-new-features-in-aspnet-35/#comment-49114</link>
		<dc:creator>lawrence77</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=996#comment-49114</guid>
		<description>I love .NET as well as screencast by Jeffrey! :)
Keep up your good work and continue your work in .NET!</description>
		<content:encoded><![CDATA[<p>I love .NET as well as screencast by Jeffrey! <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Keep up your good work and continue your work in .NET!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/8 queries in 0.018 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 15:36:11 -->