<?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>Stormwild Interactive &#187; .net</title>
	<atom:link href="http://blog.stormwild.net/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stormwild.net</link>
	<description>Web Development</description>
	<lastBuildDate>Wed, 07 Jul 2010 14:59:57 +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>When Validating Positive Numbers Use Only A RangeValidator</title>
		<link>http://blog.stormwild.net/programming/when-validating-positive-numbers-use-only-a-rangevalidator/</link>
		<comments>http://blog.stormwild.net/programming/when-validating-positive-numbers-use-only-a-rangevalidator/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 13:32:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[validators]]></category>

		<guid isPermaLink="false">http://blog.stormwild.net/?p=57</guid>
		<description><![CDATA[When requiring the user to enter only positive numbers (integer, double, currency) within a specified limit, you do not need to have both a RegularExpressionValidator to check for positive values and a RangeValidator to provide a limit. You can just &#8230; <a href="http://blog.stormwild.net/programming/when-validating-positive-numbers-use-only-a-rangevalidator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When requiring the user to enter only positive numbers (integer, double, currency)  within a specified limit, you do not need to have both a RegularExpressionValidator to check for positive values and a RangeValidator to provide a limit. You can just use the RangeValidator and just set the Minimum property to 0. (Visual Web Developer Express 2008 and .NET 3.5)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stormwild.net/programming/when-validating-positive-numbers-use-only-a-rangevalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
