<?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: JSONP First Timer</title>
	<atom:link href="http://abcoder.com/javascript/jquery/jsonp-first-timer/feed/" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/</link>
	<description>ABCoder - Coding is Simple as A b c</description>
	<lastBuildDate>Mon, 09 Jan 2012 02:12:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: YUTHAN</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-15183</link>
		<dc:creator>YUTHAN</dc:creator>
		<pubDate>Tue, 22 Nov 2011 09:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-15183</guid>
		<description>Here is simple way for the Dot Net Version:


Client Page: 


 $.getJSON(&quot;http://urltocall.com/ProductWebService.aspx?ItemIDs=23329&amp;CallBack=?&quot;,
                function(data) {
                    debugger;
                    alert(&quot;Hi I Received response for my request &quot;);
                    // your code goes here
                });


// YOU CAN CONFIGURE THIS SCRIPT IN PAGE OR A JAVASCRIPT... YOUR WISH..EITHER YOU CAN CAL IT WITHIN A FUNCTION :)



ProductWebService.aspx
-------------------------------------
 protected void Page_Load(object sender, EventArgs e)
        {
           
                var callBackName = Request.QueryString[&quot;CallBack&quot;];
                var itemIDs = Request.QueryString[&quot;ItemIDs&quot;];

var stringJSON = &quot;{&quot;Status&quot;:&quot;Success&quot;}&quot;;//Whatever JSON format response

                var callBackFunParams = callBackName + &quot;( &quot; + stringJSON + &quot; );&quot;;
                Response.Write(callBackFunParams);
                Response.End();
           
        }</description>
		<content:encoded><![CDATA[<p>Here is simple way for the Dot Net Version:</p>
<p>Client Page: </p>
<p> $.getJSON(&#8220;http://urltocall.com/ProductWebService.aspx?ItemIDs=23329&amp;CallBack=?&#8221;,<br />
                function(data) {<br />
                    debugger;<br />
                    alert(&#8220;Hi I Received response for my request &#8220;);<br />
                    // your code goes here<br />
                });</p>
<p>// YOU CAN CONFIGURE THIS SCRIPT IN PAGE OR A JAVASCRIPT&#8230; YOUR WISH..EITHER YOU CAN CAL IT WITHIN A FUNCTION :)</p>
<p>ProductWebService.aspx<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
 protected void Page_Load(object sender, EventArgs e)<br />
        {</p>
<p>                var callBackName = Request.QueryString["CallBack"];<br />
                var itemIDs = Request.QueryString["ItemIDs"];</p>
<p>var stringJSON = &#8220;{&#8220;Status&#8221;:&#8221;Success&#8221;}&#8221;;//Whatever JSON format response</p>
<p>                var callBackFunParams = callBackName + &#8220;( &#8221; + stringJSON + &#8221; );&#8221;;<br />
                Response.Write(callBackFunParams);<br />
                Response.End();</p>
<p>        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liberty reserve</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-10601</link>
		<dc:creator>liberty reserve</dc:creator>
		<pubDate>Tue, 26 Jul 2011 02:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-10601</guid>
		<description>Thanks  for sharing JSONP First Timer with us keep update bro love your article about JSONP First Timer .</description>
		<content:encoded><![CDATA[<p>Thanks  for sharing JSONP First Timer with us keep update bro love your article about JSONP First Timer .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mobile suit gundam toys</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-9457</link>
		<dc:creator>mobile suit gundam toys</dc:creator>
		<pubDate>Tue, 31 May 2011 20:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-9457</guid>
		<description>I will be wondering generate an income might be advised whenever a brand new post has been created.</description>
		<content:encoded><![CDATA[<p>I will be wondering generate an income might be advised whenever a brand new post has been created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arathy</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-8305</link>
		<dc:creator>arathy</dc:creator>
		<pubDate>Fri, 31 Dec 2010 10:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-8305</guid>
		<description>thank you very much it was very useful</description>
		<content:encoded><![CDATA[<p>thank you very much it was very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cross-domain JsonP using Asp.net MVC and jQuery - Nathan Bridgewater</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-6742</link>
		<dc:creator>Cross-domain JsonP using Asp.net MVC and jQuery - Nathan Bridgewater</dc:creator>
		<pubDate>Sun, 25 Jul 2010 05:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-6742</guid>
		<description>[...] there are a couple great walkthroughs out there that talk about using jquery jsonp in cross-domain scenarios.&#160; They talk a lot about [...]</description>
		<content:encoded><![CDATA[<p>[...] there are a couple great walkthroughs out there that talk about using jquery jsonp in cross-domain scenarios.&#160; They talk a lot about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABM Adnan</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-6736</link>
		<dc:creator>ABM Adnan</dc:creator>
		<pubDate>Sun, 11 Jul 2010 15:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-6736</guid>
		<description>I see, thanks for the link.</description>
		<content:encoded><![CDATA[<p>I see, thanks for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j@ubourg</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-6735</link>
		<dc:creator>j@ubourg</dc:creator>
		<pubDate>Sun, 11 Jul 2010 15:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-6735</guid>
		<description>For first timer, I think $.jsonp() would be preferable seeing as it supports a lot more than $.getJSON().

http://code.google.com/p/jquery-jsonp/</description>
		<content:encoded><![CDATA[<p>For first timer, I think $.jsonp() would be preferable seeing as it supports a lot more than $.getJSON().</p>
<p><a href="http://code.google.com/p/jquery-jsonp/" rel="nofollow">http://code.google.com/p/jquery-jsonp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABM Adnan</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-6709</link>
		<dc:creator>ABM Adnan</dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-6709</guid>
		<description>Thank you David for sharing your experience.. :-)</description>
		<content:encoded><![CDATA[<p>Thank you David for sharing your experience.. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://abcoder.com/javascript/jquery/jsonp-first-timer/comment-page-1/#comment-6708</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 27 Jun 2010 12:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=643#comment-6708</guid>
		<description>Very well written, keep it up. First time I also got stuck with this same problem. getJSON() is a really cool function of jquery for cross-domain communication.</description>
		<content:encoded><![CDATA[<p>Very well written, keep it up. First time I also got stuck with this same problem. getJSON() is a really cool function of jquery for cross-domain communication.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

