<?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: Populate a select dropdown list using jQuery and Ajax</title>
	<atom:link href="http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/</link>
	<description>Everything .NET and C#</description>
	<lastBuildDate>Tue, 31 Aug 2010 03:59:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/comment-page-1/#comment-2779</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 14 Aug 2010 00:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=459#comment-2779</guid>
		<description>Hi Cap

Not really sure without seeing it. Have you got all the necessary using statements?

Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Hi Cap</p>
<p>Not really sure without seeing it. Have you got all the necessary using statements?</p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captastic</title>
		<link>http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/comment-page-1/#comment-2689</link>
		<dc:creator>Captastic</dc:creator>
		<pubDate>Tue, 10 Aug 2010 10:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=459#comment-2689</guid>
		<description>Hi Joe,

Thanks for this, it&#039;s just what I&#039;m after.  The only problem is I am having trouble compiling.

I&#039;m working in Visual Web Developer 2008 Exp and have .net 3.5 installed.  I can compile your sample code  but as soon as I try to compile an exact copy of your web method in my code it comes up with around 45 errors all asking for &#039;;&#039;s or type expected etc... in and around the web method.  Have you any ideas what may be causing it?

Cheers
Cap</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>Thanks for this, it&#8217;s just what I&#8217;m after.  The only problem is I am having trouble compiling.</p>
<p>I&#8217;m working in Visual Web Developer 2008 Exp and have .net 3.5 installed.  I can compile your sample code  but as soon as I try to compile an exact copy of your web method in my code it comes up with around 45 errors all asking for &#8216;;&#8217;s or type expected etc&#8230; in and around the web method.  Have you any ideas what may be causing it?</p>
<p>Cheers<br />
Cap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izzat</title>
		<link>http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/comment-page-1/#comment-1769</link>
		<dc:creator>Izzat</dc:creator>
		<pubDate>Fri, 14 May 2010 03:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=459#comment-1769</guid>
		<description>index+1     is fine</description>
		<content:encoded><![CDATA[<p>index+1     is fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izzat</title>
		<link>http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/comment-page-1/#comment-1768</link>
		<dc:creator>Izzat</dc:creator>
		<pubDate>Fri, 14 May 2010 03:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=459#comment-1768</guid>
		<description>Hi Venkat,

The update -
index instead of “$(“#ddlName”).get(0).options.length] ” in the above code
-
returns a different result than the original: &quot;Select name&quot; is replaced.</description>
		<content:encoded><![CDATA[<p>Hi Venkat,</p>
<p>The update -<br />
index instead of “$(“#ddlName”).get(0).options.length] ” in the above code<br />
-<br />
returns a different result than the original: &#8220;Select name&#8221; is replaced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/comment-page-1/#comment-1582</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 20 Apr 2010 03:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=459#comment-1582</guid>
		<description>Hi Venkat

Good tip, thanks.

Joe</description>
		<content:encoded><![CDATA[<p>Hi Venkat</p>
<p>Good tip, thanks.</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://www.joe-stevens.com/2010/02/23/populate-a-select-dropdown-list-using-jquery-and-ajax/comment-page-1/#comment-1563</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Mon, 19 Apr 2010 13:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=459#comment-1563</guid>
		<description>We can replace
$.each(msg.d, function(index, item) {  
$(&quot;#ddlName&quot;).get(0).options[$(&quot;#ddlName&quot;).get(0).options.length] = new Option(item.Display, item.Value);  
});  

index instead of  &quot;$(&quot;#ddlName&quot;).get(0).options.length] &quot; in the above code</description>
		<content:encoded><![CDATA[<p>We can replace<br />
$.each(msg.d, function(index, item) {<br />
$(&#8220;#ddlName&#8221;).get(0).options[$("#ddlName").get(0).options.length] = new Option(item.Display, item.Value);<br />
});  </p>
<p>index instead of  &#8220;$(&#8220;#ddlName&#8221;).get(0).options.length] &#8221; in the above code</p>
]]></content:encoded>
	</item>
</channel>
</rss>
