<?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: Json, Jquery, $.ajax(), asp.net  and c# to get ajaxed data table rows passing multiple parameters</title>
	<atom:link href="http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Sat, 31 Jul 2010 10:37:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cris_gomez</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-3936</link>
		<dc:creator>cris_gomez</dc:creator>
		<pubDate>Mon, 24 May 2010 08:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-3936</guid>
		<description>The code below is not advisable since this is prone
to sql injection. 
string strFind = String.Format(“FirstName like ‘{0}%’ AND LastName like ‘{1}%’ “, firstName.Trim(), lastName.Trim());</description>
		<content:encoded><![CDATA[<p>The code below is not advisable since this is prone<br />
to sql injection.<br />
string strFind = String.Format(“FirstName like ‘{0}%’ AND LastName like ‘{1}%’ “, firstName.Trim(), lastName.Trim());</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salman</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-3739</link>
		<dc:creator>salman</dc:creator>
		<pubDate>Fri, 30 Apr 2010 10:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-3739</guid>
		<description>Very Helpful article... :)</description>
		<content:encoded><![CDATA[<p>Very Helpful article&#8230; <img src='http://www.isolutionteam.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicholas</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-1264</link>
		<dc:creator>nicholas</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-1264</guid>
		<description>Hi Naveed，
&#039;var myObject = eval(’(’ + msg.d + ‘)’);&#039; also worked for me. But finally I decided to use parse2.js instead of eval()..
 If you never use this json converter file, maybe you could try to use it.

 Thanks for your excellent article.</description>
		<content:encoded><![CDATA[<p>Hi Naveed，<br />
&#8216;var myObject = eval(’(’ + msg.d + ‘)’);&#8217; also worked for me. But finally I decided to use parse2.js instead of eval()..<br />
 If you never use this json converter file, maybe you could try to use it.</p>
<p> Thanks for your excellent article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prawin</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-1250</link>
		<dc:creator>Prawin</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-1250</guid>
		<description>Atlast it worked for me.

In the http://www.javascriptkata.com/2007/05/08/how-to-use-json/#comment-710 
eval(”(” + eval(theServerSideJsonTextResponse); + “)”) did your job..but it didn&#039;t worked for me..

I have used the following pice of code which worked exactly.
var myObject = eval(&#039;(&#039; + msg.d + &#039;)&#039;);

Anywayss thanks for the article.</description>
		<content:encoded><![CDATA[<p>Atlast it worked for me.</p>
<p>In the <a href="http://www.javascriptkata.com/2007/05/08/how-to-use-json/#comment-710" rel="nofollow">http://www.javascriptkata.com/2007/05/08/how-to-use-json/#comment-710</a><br />
eval(”(” + eval(theServerSideJsonTextResponse); + “)”) did your job..but it didn&#8217;t worked for me..</p>
<p>I have used the following pice of code which worked exactly.<br />
var myObject = eval(&#8216;(&#8216; + msg.d + &#8216;)&#8217;);</p>
<p>Anywayss thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prawin</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-1245</link>
		<dc:creator>Prawin</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-1245</guid>
		<description>Even Iam getting the same error. Iam using Firefox. Please help me out.
Prawin</description>
		<content:encoded><![CDATA[<p>Even Iam getting the same error. Iam using Firefox. Please help me out.<br />
Prawin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveed</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-1240</link>
		<dc:creator>Naveed</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-1240</guid>
		<description>You can try

var myObject = eval(’(’ + myJSONtext.d + ‘)’);</description>
		<content:encoded><![CDATA[<p>You can try</p>
<p>var myObject = eval(’(’ + myJSONtext.d + ‘)’);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicholas</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-1236</link>
		<dc:creator>nicholas</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-1236</guid>
		<description>Hi,
I tried to use var myObject = eval(&#039;(&#039; + myJSONtext + &#039;)&#039;);  for json convert to javascript, but it not work for me. can you help me ?
the error message: &#039;]&#039; expect

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to use var myObject = eval(&#8216;(&#8216; + myJSONtext + &#8216;)&#8217;);  for json convert to javascript, but it not work for me. can you help me ?<br />
the error message: &#8216;]&#8217; expect</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Konecki</title>
		<link>http://www.isolutionteam.co.uk/json-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters/comment-page-1/#comment-1235</link>
		<dc:creator>Jakub Konecki</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-1235</guid>
		<description>You should read about SQL Injection before you release the code from this article.</description>
		<content:encoded><![CDATA[<p>You should read about SQL Injection before you release the code from this article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
