<?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>Dries Hoebeke on .NET &#187; ASP.NET</title>
	<atom:link href="http://www.drieshoebeke.be/category/software/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drieshoebeke.be</link>
	<description>about me and my life as a programmer</description>
	<lastBuildDate>Tue, 02 Feb 2010 12:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ASP.NET Radiobuttons in a Gridview</title>
		<link>http://www.drieshoebeke.be/asp-net-radiobuttons-in-a-gridview/</link>
		<comments>http://www.drieshoebeke.be/asp-net-radiobuttons-in-a-gridview/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 14:48:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=96</guid>
		<description><![CDATA[Here&#8217;s another one of those classic Gridview problems: I&#8217;ve got a Gridview that needs to have a RadioButtonList in it so that users can select only one row. You can&#8217;t do this in ASP.NET with use of the &#60;asp:RadioButton runat=&#8221;server&#8221;  /&#62;. Even though you can fill in a groupname it doesn&#8217;t work. The reason it [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/asp-net-radiobuttons-in-a-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change a body background in ASP.NET</title>
		<link>http://www.drieshoebeke.be/how-to-change-a-body-background-in-asp-net/</link>
		<comments>http://www.drieshoebeke.be/how-to-change-a-body-background-in-asp-net/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 09:17:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/2009/09/how-to-change-a-body-background-in-asp-net/</guid>
		<description><![CDATA[This is something i had to look up. It&#8217;s realy easy though but it feels a bit hacky: body id=&#8221;bodytag&#8221; runat=&#8221;server&#8221; So as you see i have added a runat=&#8221;server&#8221; tag to the body tag. This basically makes sure our server code is aware of the body element. I&#8217;ve also given it an id so [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/how-to-change-a-body-background-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using your WCF service to create an RSS feed</title>
		<link>http://www.drieshoebeke.be/using-your-wcf-service-to-create-an-rss-feed/</link>
		<comments>http://www.drieshoebeke.be/using-your-wcf-service-to-create-an-rss-feed/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=70</guid>
		<description><![CDATA[In a previous post i explained briefly how you can make a simple wcf service. In this post i&#8217;ll try to explain how you can extend that simple service to provide an RSS feed. In fact, it&#8217;s a pretty easy task. It comes down to adding a single method to your service contract, implementing the [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/using-your-wcf-service-to-create-an-rss-feed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to deploy your WCF Service on a IIS 7 live server</title>
		<link>http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/</link>
		<comments>http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 18:07:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.drieshoebeke.be/?p=38</guid>
		<description><![CDATA[I recently made a WCF Service for the company i work for. I had it all working on my own computer so it was about time to put the service online. This proved to be pretty difficult, the more because Microsoft doesn&#8217;t realy give a good explanation on MSDN about how to do this. I [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/deploy-your-wcf-service-on-a-iis-7-live-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consuming a simple WCF service</title>
		<link>http://www.drieshoebeke.be/consuming-a-simple-wcf-service/</link>
		<comments>http://www.drieshoebeke.be/consuming-a-simple-wcf-service/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 14:26:53 +0000</pubDate>
		<dc:creator>Dries Hoebeke</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://tse-guild.eu/?p=13</guid>
		<description><![CDATA[In my previous post, a simple wcf service, i showed how to make a WCF service that can return an array of strings. In this post i will show you how to make a client in a regular ASP.NET website that can question this service and display the returned value on a page. Start off [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/consuming-a-simple-wcf-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A simple WCF service</title>
		<link>http://www.drieshoebeke.be/a-simple-wcf-service/</link>
		<comments>http://www.drieshoebeke.be/a-simple-wcf-service/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 11:11:58 +0000</pubDate>
		<dc:creator>Dries Hoebeke</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://tse-guild.eu/?p=3</guid>
		<description><![CDATA[So today i have been playing around with the relatively new WCF, that stands for Windows Communication Foundation. In this post i will not try to explain the entire thing but merely give a brief example of how this tool can help you. WCF, in short, will help you create webservices more easily: WCF can [...]]]></description>
		<wfw:commentRss>http://www.drieshoebeke.be/a-simple-wcf-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
