<?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: AutoComplete using jQuery, ASP.NET &amp; C#</title>
	<atom:link href="http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 13:36:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: mike</title>
		<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/comment-page-1/#comment-731</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 19 Oct 2011 21:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://mdosman.us/?p=331#comment-731</guid>
		<description>wow, if i can read through this whole code; i probably wouldn&#039;t be looking for help</description>
		<content:encoded><![CDATA[<p>wow, if i can read through this whole code; i probably wouldn&#8217;t be looking for help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: my first ebook</title>
		<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/comment-page-1/#comment-523</link>
		<dc:creator>my first ebook</dc:creator>
		<pubDate>Sat, 21 May 2011 04:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://mdosman.us/?p=331#comment-523</guid>
		<description>I’ve went forward and added &lt;a href=&quot;http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c&quot; rel=&quot;nofollow&quot;&gt;http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c&lt;/a&gt; at Digg.com so my buddies can easily see this too.  I only used AutoComplete using jQuery, ASP.NET &amp; C# &#124; Mohammed Osman Blog as the entry title in my Digg.com bookmark, as I figured if it&#039;s good enough for you to title your blog post that, the chances are you would want to see it added the same manner.</description>
		<content:encoded><![CDATA[<p>I’ve went forward and added <a href="http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c" rel="nofollow">http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c</a> at Digg.com so my buddies can easily see this too.  I only used AutoComplete using jQuery, ASP.NET &amp; C# | Mohammed Osman Blog as the entry title in my Digg.com bookmark, as I figured if it&#8217;s good enough for you to title your blog post that, the chances are you would want to see it added the same manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Whittet</title>
		<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/comment-page-1/#comment-486</link>
		<dc:creator>Shane Whittet</dc:creator>
		<pubDate>Thu, 02 Dec 2010 22:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://mdosman.us/?p=331#comment-486</guid>
		<description>The author of the plugin marked the plugin as deprecated in favor of a duplicate feature in http://jqueryui.com/demos/autocomplete/</description>
		<content:encoded><![CDATA[<p>The author of the plugin marked the plugin as deprecated in favor of a duplicate feature in <a href="http://jqueryui.com/demos/autocomplete/" rel="nofollow">http://jqueryui.com/demos/autocomplete/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Whittet</title>
		<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/comment-page-1/#comment-485</link>
		<dc:creator>Shane Whittet</dc:creator>
		<pubDate>Thu, 02 Dec 2010 22:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://mdosman.us/?p=331#comment-485</guid>
		<description>Posting a bugfix to the original author.

The issue is that a check for opera was not part of the following condition.

if (selectCurrent()) {
    // stop default to prevent a form submit, Opera needs special handling

It should have been:
if (selectCurrent() &amp;&amp; $.browser.opera) {

otherwise FireFox and IE 7/8 will have their event bubble up.</description>
		<content:encoded><![CDATA[<p>Posting a bugfix to the original author.</p>
<p>The issue is that a check for opera was not part of the following condition.</p>
<p>if (selectCurrent()) {<br />
    // stop default to prevent a form submit, Opera needs special handling</p>
<p>It should have been:<br />
if (selectCurrent() &amp;&amp; $.browser.opera) {</p>
<p>otherwise FireFox and IE 7/8 will have their event bubble up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/comment-page-1/#comment-441</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 26 Mar 2010 13:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://mdosman.us/?p=331#comment-441</guid>
		<description>Pulak,

Check for the client id. The client Id is different using master pages.

Thanks</description>
		<content:encoded><![CDATA[<p>Pulak,</p>
<p>Check for the client id. The client Id is different using master pages.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pulak</title>
		<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/comment-page-1/#comment-439</link>
		<dc:creator>pulak</dc:creator>
		<pubDate>Fri, 26 Mar 2010 06:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://mdosman.us/?p=331#comment-439</guid>
		<description>working fine in aspx page but not working in a content page have master page</description>
		<content:encoded><![CDATA[<p>working fine in aspx page but not working in a content page have master page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://osman.it/aspnet/autocomplete-using-jquery-aspnet-c/comment-page-1/#comment-405</link>
		<dc:creator>name</dc:creator>
		<pubDate>Wed, 29 Jul 2009 18:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://mdosman.us/?p=331#comment-405</guid>
		<description>I want to say thanks!,</description>
		<content:encoded><![CDATA[<p>I want to say thanks!,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

