<?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/asp-net/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>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>
