<?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>Software utilities &#187; ASP.NET</title>
	<atom:link href="http://www.small-software-utilities.com/category/programming/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.small-software-utilities.com</link>
	<description>Software reviews and technology news</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:21:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ASP.NET empty Repeater problem</title>
		<link>http://www.small-software-utilities.com/2009/02/aspnet-empty-repeater-problem/</link>
		<comments>http://www.small-software-utilities.com/2009/02/aspnet-empty-repeater-problem/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:17:48 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/197/aspnet-empty-repeater-problem/</guid>
		<description><![CDATA[I was looking for a way to solve the problme of the repeater Control in ASP.NET, which does not offer a functionality like the Empty Data Template of the GridView control or other controls. A solution would be to inherit the Repeater control and create an EmptyTemplate element, as in this post. After some searches [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/02/aspnet-empty-repeater-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET DropDownList and null value (or nullable database field)</title>
		<link>http://www.small-software-utilities.com/2008/11/aspnet-dropdownlista-and-null-value-or-nullable-database-field/</link>
		<comments>http://www.small-software-utilities.com/2008/11/aspnet-dropdownlista-and-null-value-or-nullable-database-field/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 11:41:48 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/193/aspnet-dropdownlista-and-null-value-or-nullable-database-field/</guid>
		<description><![CDATA[If you have an ASP.NET detailsview or similar control, you may already have added extended control, such as radiobuttonlists or dropdowns. If so, you may have experienced and error when you use such controls binded to a database field which is nullable, and has a null value. In this case, the bind fails. To avoid [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/11/aspnet-dropdownlista-and-null-value-or-nullable-database-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging ASP.NET applications on Windows Vista</title>
		<link>http://www.small-software-utilities.com/2008/07/debugging-aspnet-applications-on-windows-vista/</link>
		<comments>http://www.small-software-utilities.com/2008/07/debugging-aspnet-applications-on-windows-vista/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 12:43:26 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/165/debugging-aspnet-applications-on-windows-vista/</guid>
		<description><![CDATA[While debugging an ASP.NET application under Windows Vista, I noticed I could not debug it, because the green arrowhead button next to debug remained green after pressing it, meaning I was not in debug mode. Finally I found out this interesting tutorial. It basically suggests to open Control panel, then program and features, then click [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/07/debugging-aspnet-applications-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Empty Datalist: show message?</title>
		<link>http://www.small-software-utilities.com/2008/02/empty-datalist-show-message/</link>
		<comments>http://www.small-software-utilities.com/2008/02/empty-datalist-show-message/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 10:36:50 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/101/empty-datalist-show-message/</guid>
		<description><![CDATA[If you have a ASP.NET datalist and you need to show a message when there are no items in the list, you can use a code like the following: myDataGrid.DataSource = &#8230;; myDataGrid.DataBind(); if(myDataGrid.Items.Count == 0) { myDataGrid.Visible = false; someLabelWithAMessage.Visible = true; } else { myDataGrid.Visible = true; someLabelWithAMessage.Visible = false; } This is [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/02/empty-datalist-show-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

