<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erik Nordin about EPiServer &#187; C#</title>
	<atom:link href="http://antecknat.se/blog/category/programming/aspnet/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Wed, 09 Jun 2010 09:38:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>EPiServer:PageList with ItemDataBound</title>
		<link>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/</link>
		<comments>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:41:52 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[extending pagelist]]></category>
		<category><![CDATA[itemdatabound]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=56</guid>
		<description><![CDATA[In my last post I explained how you can extend your episerver:pagelist with your own templates (i.e. SelectedItemTemplate, AlternatingItemTemplate). In this post I will show you how to extend your PageList so you can use ItemDataBound. This is very useful if you want to use asp:controls in your templates and then populate them from code [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extension Methods in .NET 3</title>
		<link>http://antecknat.se/blog/2008/09/09/extension-method-in-net-3/</link>
		<comments>http://antecknat.se/blog/2008/09/09/extension-method-in-net-3/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:15:09 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[extension method]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=34</guid>
		<description><![CDATA[I really love Extension methods released in .NET 3. Here are two simple, but useful examples: This method will add a default text to your textbox, the text will be removed when the user focus the textbox, and if if it's emtpy onblur, the default text will be shown again. public static void AddTextRemovedOnFocus(this System.Web.UI.WebControls.TextBox [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/09/09/extension-method-in-net-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
