<?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: ASP.NET MVC Cascading DropDownList with jQuery</title>
	<atom:link href="http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 01:14:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Christian</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-527</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-527</guid>
		<description>Hi
Great tutorial! I tried to implement it to my project but it dosent seem to work... The dropdowns dont get data. The actionresult dosent even get called. What could I have i forgot?</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great tutorial! I tried to implement it to my project but it dosent seem to work&#8230; The dropdowns dont get data. The actionresult dosent even get called. What could I have i forgot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-519</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 29 Sep 2011 20:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-519</guid>
		<description>If JavaScript is disable you are very limited on the web... besides the JavaScript is merely an enhancement, any good / production ready solution should be non-obstructive JavaScript. (This has nothing to do with ASP.NET MVC)</description>
		<content:encoded><![CDATA[<p>If JavaScript is disable you are very limited on the web&#8230; besides the JavaScript is merely an enhancement, any good / production ready solution should be non-obstructive JavaScript. (This has nothing to do with ASP.NET MVC)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-518</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 06 Sep 2011 05:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-518</guid>
		<description>Lots of things, such as implementing nested lists, must be implemented with JavaScript. What if Java Script is disabled?! seems that ASP.NET MVC has sever problems!!</description>
		<content:encoded><![CDATA[<p>Lots of things, such as implementing nested lists, must be implemented with JavaScript. What if Java Script is disabled?! seems that ASP.NET MVC has sever problems!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACECLASSIC</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-515</link>
		<dc:creator>ACECLASSIC</dc:creator>
		<pubDate>Mon, 08 Aug 2011 10:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-515</guid>
		<description>Thank you mike for the code. 

I am using Code First EF and it worked fine. The only hiccup with the code was JsonRequestBehavior.AllowGet(). This was the only link missing to get the JSON results.

I have countries and states being pulled out of the DB and populating the drop down.</description>
		<content:encoded><![CDATA[<p>Thank you mike for the code. </p>
<p>I am using Code First EF and it worked fine. The only hiccup with the code was JsonRequestBehavior.AllowGet(). This was the only link missing to get the JSON results.</p>
<p>I have countries and states being pulled out of the DB and populating the drop down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulmstead</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-502</link>
		<dc:creator>Ulmstead</dc:creator>
		<pubDate>Fri, 03 Jun 2011 12:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-502</guid>
		<description>To make this work with the latest MVC/VS add JsonRequestBehavior.AllowGet param value to the Json() method.

See http://forums.asp.net/t/1483387.aspx</description>
		<content:encoded><![CDATA[<p>To make this work with the latest MVC/VS add JsonRequestBehavior.AllowGet param value to the Json() method.</p>
<p>See <a href="http://forums.asp.net/t/1483387.aspx" rel="nofollow">http://forums.asp.net/t/1483387.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Svat_</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-500</link>
		<dc:creator>Svat_</dc:creator>
		<pubDate>Mon, 30 May 2011 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-500</guid>
		<description>Hi, I have the same issue. Both of dropdowns are empty. Does any bode solve this issue? Please provide solution. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi, I have the same issue. Both of dropdowns are empty. Does any bode solve this issue? Please provide solution. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-499</link>
		<dc:creator>Davide</dc:creator>
		<pubDate>Fri, 20 May 2011 15:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-499</guid>
		<description>Hi Mike your solution doesn&#039;t work with VS2010 fx 3.5 / 4.0.

I do not know why.</description>
		<content:encoded><![CDATA[<p>Hi Mike your solution doesn&#8217;t work with VS2010 fx 3.5 / 4.0.</p>
<p>I do not know why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashikant</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-485</link>
		<dc:creator>Shashikant</dc:creator>
		<pubDate>Tue, 15 Feb 2011 14:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-485</guid>
		<description>I tried the code as replica but when I load the page my country dropdown has not values</description>
		<content:encoded><![CDATA[<p>I tried the code as replica but when I load the page my country dropdown has not values</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byrm</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-481</link>
		<dc:creator>byrm</dc:creator>
		<pubDate>Fri, 28 Jan 2011 08:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-481</guid>
		<description>thanks for article. but this application did not work on entity framework entities. for example List (Product comes from  EF.)
json result is coming null. 

# $.getJSON(&quot;/Home/States/List/&quot; + $(&quot;#Countries &gt; option:selected&quot;).attr(&quot;value&quot;), function(data) {  
# this did not works well</description>
		<content:encoded><![CDATA[<p>thanks for article. but this application did not work on entity framework entities. for example List (Product comes from  EF.)<br />
json result is coming null. </p>
<p># $.getJSON(&#8220;/Home/States/List/&#8221; + $(&#8220;#Countries &gt; option:selected&#8221;).attr(&#8220;value&#8221;), function(data) {<br />
# this did not works well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/comment-page-1/#comment-425</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Wed, 14 Jul 2010 14:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=64#comment-425</guid>
		<description>Hi,
I like your post.
This is exact feature that i am looking for.
I need a button on page and selected values in DDL should get access in controller side.
could you please send me update code.

Thanks,
Prashant</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I like your post.<br />
This is exact feature that i am looking for.<br />
I need a button on page and selected values in DDL should get access in controller side.<br />
could you please send me update code.</p>
<p>Thanks,<br />
Prashant</p>
]]></content:encoded>
	</item>
</channel>
</rss>

