<?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: Cross-domain JsonP using Asp.net MVC and jQuery</title>
	<atom:link href="http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/</link>
	<description>My Little .NET Sandbox</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:11:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nathan</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-10097</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 06 Dec 2011 19:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-10097</guid>
		<description>&lt;a href=&quot;#comment-10096&quot; rel=&quot;nofollow&quot;&gt;@Patrick Wiseman &lt;/a&gt; 
Oh hey! Thanks! I need  to update that sample. Thanks for the reminder! ;) 

The &lt;a href=&quot;https://github.com/nathanb/iws-snippets/tree/master/JsonPDemo&quot; rel=&quot;nofollow&quot;&gt;GitHub version&lt;/a&gt; should always be current.</description>
		<content:encoded><![CDATA[<p><a href="#comment-10096" rel="nofollow">@Patrick Wiseman </a><br />
Oh hey! Thanks! I need  to update that sample. Thanks for the reminder! <img src='http://www.integratedwebsystems.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>The <a href="https://github.com/nathanb/iws-snippets/tree/master/JsonPDemo" rel="nofollow">GitHub version</a> should always be current.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wiseman</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-10096</link>
		<dc:creator>Patrick Wiseman</dc:creator>
		<pubDate>Tue, 06 Dec 2011 18:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-10096</guid>
		<description>Still had some duplicate code in the example zip today.  To keep it more generic, I removed the static class in JsonpResult.  The overridden ExecuteResult(ControllerContext context) will still get executed auto-magically when you return a JsonpResult type.  In the controller rather than passing the model type to the static function add a new JsonpResult constructor and just return new JsonpResult(resp).  The subsequent call to ExecuteResult(...) will fill in the rest.  Really good though, thanks for the post Nathan!</description>
		<content:encoded><![CDATA[<p>Still had some duplicate code in the example zip today.  To keep it more generic, I removed the static class in JsonpResult.  The overridden ExecuteResult(ControllerContext context) will still get executed auto-magically when you return a JsonpResult type.  In the controller rather than passing the model type to the static function add a new JsonpResult constructor and just return new JsonpResult(resp).  The subsequent call to ExecuteResult(&#8230;) will fill in the rest.  Really good though, thanks for the post Nathan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-7277</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 31 Oct 2011 14:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-7277</guid>
		<description>&lt;a href=&quot;#comment-7266&quot; rel=&quot;nofollow&quot;&gt;@ewart&lt;/a&gt;  Fixed!  I was executing result in an unnecessary place. Thanks for pointing it out. The code on github is updated as well as the sample above.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7266" rel="nofollow">@ewart</a>  Fixed!  I was executing result in an unnecessary place. Thanks for pointing it out. The code on github is updated as well as the sample above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-7276</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 31 Oct 2011 14:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-7276</guid>
		<description>&lt;a href=&quot;#comment-7266&quot; rel=&quot;nofollow&quot;&gt;@ewart&lt;/a&gt; No, I didn&#039;t notice that. Thanks for pointing that out. I&#039;ll peek at it today and see if I can resolve it.  Thanks for pointing it out!</description>
		<content:encoded><![CDATA[<p><a href="#comment-7266" rel="nofollow">@ewart</a> No, I didn&#8217;t notice that. Thanks for pointing that out. I&#8217;ll peek at it today and see if I can resolve it.  Thanks for pointing it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ewart</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-7266</link>
		<dc:creator>ewart</dc:creator>
		<pubDate>Fri, 28 Oct 2011 22:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-7266</guid>
		<description>Hi Nathan, your sample code works functionally but did you notice if you look closely at the response it actually doubles the json data it returns, returning everything twice - here is the actual network output from the sample.

localJsonpCallback({&quot;Success&quot;:true,&quot;Data&quot;:&quot;you provided key: gfdgfdgfd&quot;,&quot;Message&quot;:null});localJsonpCallback({&quot;Success&quot;:true,&quot;Data&quot;:&quot;you provided key: gfdgfdgfd&quot;,&quot;Message&quot;:null});

regards</description>
		<content:encoded><![CDATA[<p>Hi Nathan, your sample code works functionally but did you notice if you look closely at the response it actually doubles the json data it returns, returning everything twice &#8211; here is the actual network output from the sample.</p>
<p>localJsonpCallback({&#8220;Success&#8221;:true,&#8221;Data&#8221;:&#8221;you provided key: gfdgfdgfd&#8221;,&#8221;Message&#8221;:null});localJsonpCallback({&#8220;Success&#8221;:true,&#8221;Data&#8221;:&#8221;you provided key: gfdgfdgfd&#8221;,&#8221;Message&#8221;:null});</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jsonp result not working on my asp.net-mvc site</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-7175</link>
		<dc:creator>Jsonp result not working on my asp.net-mvc site</dc:creator>
		<pubDate>Sat, 08 Oct 2011 17:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-7175</guid>
		<description>[...] am trying to get jsonp call working with jquery and my asp.net-mvc site. I found this article which i tried to copy but i am not getting a breakpoint in my [...]</description>
		<content:encoded><![CDATA[<p>[...] am trying to get jsonp call working with jquery and my asp.net-mvc site. I found this article which i tried to copy but i am not getting a breakpoint in my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-6979</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 15 Jun 2011 18:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-6979</guid>
		<description>&lt;a href=&quot;#comment-6978&quot; rel=&quot;nofollow&quot;&gt;@Sam Waite &lt;/a&gt;  Thanks! 

When you really get into Mvc after transitioning from web forms it&#039;s a breath of fresh air. We produce stuff a lot faster now.  It also puts you closer to the metal in regards to ajax, html, etc, which I really like.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6978" rel="nofollow">@Sam Waite </a>  Thanks! </p>
<p>When you really get into Mvc after transitioning from web forms it&#8217;s a breath of fresh air. We produce stuff a lot faster now.  It also puts you closer to the metal in regards to ajax, html, etc, which I really like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Waite</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-6978</link>
		<dc:creator>Sam Waite</dc:creator>
		<pubDate>Wed, 15 Jun 2011 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-6978</guid>
		<description>This is fantastic stuff, very clever thinking on the Jsonp passing to MVC. I have managed to get a similar thing working in normal webservices, but will now consider moving to MVC as we are still in early stages of our project.</description>
		<content:encoded><![CDATA[<p>This is fantastic stuff, very clever thinking on the Jsonp passing to MVC. I have managed to get a similar thing working in normal webservices, but will now consider moving to MVC as we are still in early stages of our project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bala</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-6948</link>
		<dc:creator>Bala</dc:creator>
		<pubDate>Tue, 07 Jun 2011 21:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-6948</guid>
		<description>Thx for the solution Nathan.

Is there a way to POST a data the way as GET ?</description>
		<content:encoded><![CDATA[<p>Thx for the solution Nathan.</p>
<p>Is there a way to POST a data the way as GET ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.integratedwebsystems.com/2010/07/cross-domain-jsonp-using-asp-net-mvc-and-jquery/comment-page-1/#comment-6554</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 23 Feb 2011 19:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=897#comment-6554</guid>
		<description>&lt;a href=&quot;#comment-6553&quot; rel=&quot;nofollow&quot;&gt;@Suraj Shrestha &lt;/a&gt; 
Thanks!</description>
		<content:encoded><![CDATA[<p><a href="#comment-6553" rel="nofollow">@Suraj Shrestha </a><br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

