<?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: Web Part requires clicking twice the Apply/OK button to apply the changes</title>
	<atom:link href="http://blog.mastykarz.nl/web-part-requires-clicking-twice-apply-ok-button-apply-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/web-part-requires-clicking-twice-apply-ok-button-apply-changes/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:43:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Radi A.</title>
		<link>http://blog.mastykarz.nl/web-part-requires-clicking-twice-apply-ok-button-apply-changes/comment-page-1/#comment-39455</link>
		<dc:creator>Radi A.</dc:creator>
		<pubDate>Wed, 06 Jan 2010 06:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-part-requires-clicking-twice-apply-ok-button-apply-changes/#comment-39455</guid>
		<description>Hi Waldek,

nice post on a very common issue. The following post illustrates how the web part life-cycle events change on post back:http://platinumdogs.wordpress.com/2008/10/14/sharepoint-webpart-lifecycle-events/ . In particular the CreateChildControls method fires before OnLoad and ConnectionConsumer, and web part properties load after OnLoad and before PreRender. OnPreRender is always the best life-cycle to bind controls with data.

All the best,
Radi A.</description>
		<content:encoded><![CDATA[<p>Hi Waldek,</p>
<p>nice post on a very common issue. The following post illustrates how the web part life-cycle events change on post back:http://platinumdogs.wordpress.com/2008/10/14/sharepoint-webpart-lifecycle-events/ . In particular the CreateChildControls method fires before OnLoad and ConnectionConsumer, and web part properties load after OnLoad and before PreRender. OnPreRender is always the best life-cycle to bind controls with data.</p>
<p>All the best,<br />
Radi A.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
