<?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/</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Fri, 30 Dec 2011 15:39:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Naveed Kamboh</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-11145</link>
		<dc:creator>Naveed Kamboh</dc:creator>
		<pubDate>Tue, 15 Mar 2011 14:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-11145</guid>
		<description>This blog has been updated today 15/03/2011 to work with JQuery 1.4+</description>
		<content:encoded><![CDATA[<p>This blog has been updated today 15/03/2011 to work with JQuery 1.4+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usman</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-5789</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Wed, 06 Oct 2010 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=159#comment-5789</guid>
		<description>hi i have also used jQuery Datatable with ASP.net in C# the details can be found over 
http://usmanshabbir.blogspot.com/2010/10/simplest-way-to-use-jquery-datatable-in.html</description>
		<content:encoded><![CDATA[<p>hi i have also used jQuery Datatable with ASP.net in C# the details can be found over<br />
<a href="http://usmanshabbir.blogspot.com/2010/10/simplest-way-to-use-jquery-datatable-in.html" rel="nofollow">http://usmanshabbir.blogspot.com/2010/10/simplest-way-to-use-jquery-datatable-in.html</a></p>
]]></content:encoded>
	</item>
	<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 06: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(&quot;(&quot; + eval(theServerSideJsonTextResponse); + &quot;)&quot;) 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(&#8220;(&#8220; + eval(theServerSideJsonTextResponse); + &#8220;)&#8221;) 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>

