
<?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: jQuery and UpdatePanels&#160;(Asp.Net)</title>
	<atom:link href="http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/</link>
	<description>Professional web/RIA development blog</description>
	<lastBuildDate>Tue, 24 Aug 2010 07:00:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: كازينو</title>
		<link>http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/comment-page-1/#comment-5798</link>
		<dc:creator>كازينو</dc:creator>
		<pubDate>Sat, 21 Aug 2010 19:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensodev.com/?p=335#comment-5798</guid>
		<description>Nevermind, works now!</description>
		<content:encoded><![CDATA[<p>Nevermind, works now!</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-5798');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-5798');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Avi Tzurel</title>
		<link>http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/comment-page-1/#comment-5771</link>
		<dc:creator>Avi Tzurel</dc:creator>
		<pubDate>Wed, 18 Aug 2010 20:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensodev.com/?p=335#comment-5771</guid>
		<description>What is the error you got?</description>
		<content:encoded><![CDATA[<p>What is the error you got?</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-5771');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-5771');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: كازينو</title>
		<link>http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/comment-page-1/#comment-5770</link>
		<dc:creator>كازينو</dc:creator>
		<pubDate>Wed, 18 Aug 2010 19:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensodev.com/?p=335#comment-5770</guid>
		<description>Hi guys, tried loading this blog through Google RSS reader and got a strange error message, any ideas what could be the issue?</description>
		<content:encoded><![CDATA[<p>Hi guys, tried loading this blog through Google RSS reader and got a strange error message, any ideas what could be the issue?</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-5770');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-5770');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Avi Tzurel</title>
		<link>http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/comment-page-1/#comment-5272</link>
		<dc:creator>Avi Tzurel</dc:creator>
		<pubDate>Sun, 25 Jul 2010 19:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensodev.com/?p=335#comment-5272</guid>
		<description>I don&#039;t understand what does that code supposed to be doing?
especially the click part, what do you want to click when you do that?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand what does that code supposed to be doing?<br />
especially the click part, what do you want to click when you do that?</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-5272');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-5272');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Corrado</title>
		<link>http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/comment-page-1/#comment-5269</link>
		<dc:creator>Corrado</dc:creator>
		<pubDate>Sun, 25 Jul 2010 15:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensodev.com/?p=335#comment-5269</guid>
		<description>I have similar problem. I&#039;m neewbie in Jquery and Javascript.
My code is: 

 $(document).ready(function () {
        $(&quot;#btCerca&quot;).button({
            icons: {
                primary: &#039;ui-icon-search&#039;
            }
        }).click(function () {
            document.getElementById(&quot;&quot;).click();
            return false;
        });

How I need to modify my code to solve problem?</description>
		<content:encoded><![CDATA[<p>I have similar problem. I&#8217;m neewbie in Jquery and Javascript.<br />
My code is: </p>
<p> $(document).ready(function () {<br />
        $(&#8220;#btCerca&#8221;).button({<br />
            icons: {<br />
                primary: &#8216;ui-icon-search&#8217;<br />
            }<br />
        }).click(function () {<br />
            document.getElementById(&#8220;&#8221;).click();<br />
            return false;<br />
        });</p>
<p>How I need to modify my code to solve problem?</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-5269');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-5269');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/ -- Topsy.com</title>
		<link>http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/comment-page-1/#comment-1293</link>
		<dc:creator>Tweets that mention http://www.kensodev.com/2010/02/01/jquery-and-updatepanels-asp-net/ -- Topsy.com</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensodev.com/?p=335#comment-1293</guid>
		<description>[...] This post was mentioned on Twitter by . said: [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by . said: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
