<?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>Seree Woradechjamroen &#187; validation controls</title>
	<atom:link href="http://www.iamseree.com/tag/validation-controls/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iamseree.com</link>
	<description>Keep learning everyday, willing to win and take action</description>
	<lastBuildDate>Tue, 15 May 2012 16:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Why you need validation in your web application?</title>
		<link>http://www.iamseree.com/application-development/why-you-need-validation-in-your-web-application</link>
		<comments>http://www.iamseree.com/application-development/why-you-need-validation-in-your-web-application#comments</comments>
		<pubDate>Tue, 18 Mar 2008 08:08:14 +0000</pubDate>
		<dc:creator>Seree</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[validation controls]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.iamseree.com/?p=51</guid>
		<description><![CDATA[<p>Hi folks,</p> <p>Did you ever use ASP.NET validation controls?</p> <p>If you never heard or never use it before, see on the toolbox at the &#8220;validation&#8221; group.</p> <p>Those are all validation controls.</p> <p>- RequiredFieldValidator</p> <p>- RangeValidator</p> <p>- CompareValidator</p> <p>- RegularExpressionValidator</p> <p>- CustomValidator</p> <p>- ValidationSummary</p> <p>The main point of this control group is to be used to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>Did you ever use ASP.NET validation controls?</p>
<p>If you never heard or never use it before, see on the toolbox at the &#8220;validation&#8221; group.</p>
<p>Those are all validation controls.</p>
<p>- RequiredFieldValidator</p>
<p>- RangeValidator</p>
<p>- CompareValidator</p>
<p>- RegularExpressionValidator</p>
<p>- CustomValidator</p>
<p>- ValidationSummary</p>
<p>The main point of this control group is to be used to validate the input form entered by user before doing any postback.</p>
<p>But why?</p>
<p>As we can implement validation easily in code-behind.</p>
<p>Right?</p>
<p>It had to say Yes and No.</p>
<p>Yes, because validation coding in server-side (code-behind) is easier to code.</p>
<p>No, because while you know at the client that the data is invalid. Why you will let user postback to server?</p>
<p>Waste of bandwidth.</p>
<p>Totally waste!</p>
<p>This is the main reason why you have to use validation controls in your web forms.</p>
<p>Because it&#8217;ll help to reduce the unnecessary roundtrip between client and web server.</p>
<p>This will not affect much on the application that consumes less resource.</p>
<p>But it will be a big pain on the application that consumes much resource.</p>
<p>So, when you are dealing with input form.</p>
<p>Always use validation controls!</p>
<p>I know it will help you much.</p>
<p> <img src='http://www.iamseree.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div align="left" style="float: ; padding: 5px 5px 0px 0px;"><a name="fb_share" type="button" share_url="http://www.iamseree.com/application-development/why-you-need-validation-in-your-web-application"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.iamseree.com/application-development/why-you-need-validation-in-your-web-application/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

