<?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: Simplify ASP.NET AJAX client-side initialization</title>
	<atom:link href="http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/feed/" rel="self" type="application/rss+xml" />
	<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/</link>
	<description>ASP.NET and AJAX code, ideas, and examples.</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:50:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: ASP.Net: Run javascript in partial postback &#124; Web 2 Market Developer Blog</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-51897</link>
		<dc:creator>ASP.Net: Run javascript in partial postback &#124; Web 2 Market Developer Blog</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-51897</guid>
		<description>[...] Here are a couple links explaining: Post 1 Post 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Here are a couple links explaining: Post 1 Post 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Display Session Timeout Warning with ASP.NET AJAX &#124; Oscar&#039;s Code</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-43241</link>
		<dc:creator>Display Session Timeout Warning with ASP.NET AJAX &#124; Oscar&#039;s Code</dc:creator>
		<pubDate>Mon, 25 Apr 2011 02:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-43241</guid>
		<description>[...] noted by Dave Ward in his post, if we have a JavaScript function named pageLoad() in our page, ASP.NET AJAX will call that [...]</description>
		<content:encoded><![CDATA[<p>[...] noted by Dave Ward in his post, if we have a JavaScript function named pageLoad() in our page, ASP.NET AJAX will call that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teabaggs</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-42975</link>
		<dc:creator>teabaggs</dc:creator>
		<pubDate>Wed, 13 Apr 2011 13:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-42975</guid>
		<description>one note i found is that if there are elements hooked to events in the pageLoad, that are not refreshed in a partial postback, they will have the event hooked again when the partial postback completes.  be careful of this.  one solution is to add the onevent=&quot;foo()&quot; to the attributes on the server side for controls/elements in question.</description>
		<content:encoded><![CDATA[<p>one note i found is that if there are elements hooked to events in the pageLoad, that are not refreshed in a partial postback, they will have the event hooked again when the partial postback completes.  be careful of this.  one solution is to add the onevent=&#8221;foo()&#8221; to the attributes on the server side for controls/elements in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mostrar Advertencia de Expiraci&#243;n de Sesi&#243;n con ASP.NET AJAX &#124; Oscar&#039;s Code</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-42889</link>
		<dc:creator>Mostrar Advertencia de Expiraci&#243;n de Sesi&#243;n con ASP.NET AJAX &#124; Oscar&#039;s Code</dc:creator>
		<pubDate>Mon, 04 Apr 2011 13:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-42889</guid>
		<description>[...] Dave Ward menciona en su post, si tenemos una función JavaScript llamada pageLoad() en nuestra pagina, ASP.NET AJAX llamara la [...]</description>
		<content:encoded><![CDATA[<p>[...] Dave Ward menciona en su post, si tenemos una función JavaScript llamada pageLoad() en nuestra pagina, ASP.NET AJAX llamara la [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-38301</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sat, 20 Mar 2010 01:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-38301</guid>
		<description>Dave, you&#039;re my new ten past one in the morning hero!  

Thanks for sharing this, I was going nuts.

Adrian</description>
		<content:encoded><![CDATA[<p>Dave, you&#8217;re my new ten past one in the morning hero!  </p>
<p>Thanks for sharing this, I was going nuts.</p>
<p>Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-36399</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 05 Sep 2009 20:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-36399</guid>
		<description>Next time give us SOME CODE please.... ;)</description>
		<content:encoded><![CDATA[<p>Next time give us SOME CODE please&#8230;. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-33093</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Tue, 04 Nov 2008 03:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-33093</guid>
		<description>When using pageLoad() with master pages, this is one option:  http://encosia.com/2007/11/20/using-pageload-in-both-master-and-content-pages/

That way, you can control the order of execution and don&#039;t have to worry about placement issues.</description>
		<content:encoded><![CDATA[<p>When using pageLoad() with master pages, this is one option:  <a href="http://encosia.com/2007/11/20/using-pageload-in-both-master-and-content-pages/" rel="nofollow">http://encosia.com/2007/11/20/using-pageload-in-both-master-and-content-pages/</a></p>
<p>That way, you can control the order of execution and don&#8217;t have to worry about placement issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert W.</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-32988</link>
		<dc:creator>Robert W.</dc:creator>
		<pubDate>Sat, 01 Nov 2008 03:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-32988</guid>
		<description>I was curious about why &quot;pageLoad&quot; just magically worked.  Thanks for the explanation.

Incidentally, it also works in a master page but you have to be careful where you insert your script block.  If it&#039;s too early in the file then it will not work.  I put it in right near the bottom, before the &quot; tag and it works fine.</description>
		<content:encoded><![CDATA[<p>I was curious about why &#8220;pageLoad&#8221; just magically worked.  Thanks for the explanation.</p>
<p>Incidentally, it also works in a master page but you have to be careful where you insert your script block.  If it&#8217;s too early in the file then it will not work.  I put it in right near the bottom, before the &#8221; tag and it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Col</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-32473</link>
		<dc:creator>Col</dc:creator>
		<pubDate>Tue, 14 Oct 2008 08:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-32473</guid>
		<description>EXCELLENT! Thank you. So simple.</description>
		<content:encoded><![CDATA[<p>EXCELLENT! Thank you. So simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimbo</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-32054</link>
		<dc:creator>jimbo</dc:creator>
		<pubDate>Fri, 29 Aug 2008 04:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-32054</guid>
		<description>Thank you very much! This was exactly what i needed to get my jquery to work with the update panel. I had no idea that could wire a jscript function in by name alone. One suggestion though. I found this via google groups and had a hard time finding the post that you referenced (i got lucky with search :). You should add a link to that message with a reference to this specific post. Thanks again. You are my hero for the week!</description>
		<content:encoded><![CDATA[<p>Thank you very much! This was exactly what i needed to get my jquery to work with the update panel. I had no idea that could wire a jscript function in by name alone. One suggestion though. I found this via google groups and had a hard time finding the post that you referenced (i got lucky with search :). You should add a link to that message with a reference to this specific post. Thanks again. You are my hero for the week!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Livingstone</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-2189</link>
		<dc:creator>Steven Livingstone</dc:creator>
		<pubDate>Mon, 03 Dec 2007 12:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-2189</guid>
		<description>Thank you! I searched for something like this on msdn and google, but I guess search has a long way to go as i couldn&#039;t find any reference to it!

Great stuff!</description>
		<content:encoded><![CDATA[<p>Thank you! I searched for something like this on msdn and google, but I guess search has a long way to go as i couldn&#8217;t find any reference to it!</p>
<p>Great stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-1451</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Thu, 04 Oct 2007 00:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-1451</guid>
		<description>InitializeRequest and BeginRequest are client side events that you can handle.  Take a look at &lt;a href=&quot;http://encosia.com/index.php/2007/01/16/css-style-as-ajax-progress-indicator/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; for an example of how to use them.</description>
		<content:encoded><![CDATA[<p>InitializeRequest and BeginRequest are client side events that you can handle.  Take a look at <a href="http://encosia.com/index.php/2007/01/16/css-style-as-ajax-progress-indicator/" rel="nofollow">this post</a> for an example of how to use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sevket Seyalioglu</title>
		<link>http://encosia.com/simplify-aspnet-ajax-client-side-page-initialization/#comment-1450</link>
		<dc:creator>Sevket Seyalioglu</dc:creator>
		<pubDate>Thu, 04 Oct 2007 00:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/08/01/simplify-aspnet-ajax-client-side-page-initialization/#comment-1450</guid>
		<description>Thanks a lot mate. Wonderful finding.
What about the following? 
When ajax completes yes pageLoad() executes, but what about when it start partial postback? Is there another method that we can use like pageLoad()?</description>
		<content:encoded><![CDATA[<p>Thanks a lot mate. Wonderful finding.<br />
What about the following?<br />
When ajax completes yes pageLoad() executes, but what about when it start partial postback? Is there another method that we can use like pageLoad()?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

