<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DotnetPrograming</title>
	<atom:link href="http://dotnetprograming.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetprograming.wordpress.com</link>
	<description>Dotnet Programing  : Dotnet Interview Questions,CrystalReports-Datagrid-DotnetRemoting-DropDownList-LINQ-ListView-N-Tier Architecture-Serialization-smartClinetApplications-UserControls-ValidationControls-WebServices.</description>
	<lastBuildDate>Fri, 26 Jun 2009 08:44:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dotnetprograming.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/ff1b8df79bfd553f4b0c541237bcab81?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>DotnetPrograming</title>
		<link>http://dotnetprograming.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnetprograming.wordpress.com/osd.xml" title="DotnetPrograming" />
	<atom:link rel='hub' href='http://dotnetprograming.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to Send to BCC Recipients</title>
		<link>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-to-bcc-recipients/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-to-bcc-recipients/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:40:46 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[EMail]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=143</guid>
		<description><![CDATA[&#8216; Create a mailman object for sending email. Dim mailman As New Chilkat.MailMan() &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial. Dim success As Boolean success = mailman.UnlockComponent(&#8220;Hello World&#8221;) If (success true) Then MsgBox(mailman.LastErrorText) Exit Sub End If &#8216; Set the SMTP server. mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221; &#8216; Create an email with multiple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=143&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> &#8216; Create a mailman object for sending email.<br />
        Dim mailman As New Chilkat.MailMan()</p>
<p>        &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial.<br />
        Dim success As Boolean<br />
        success = mailman.UnlockComponent(&#8220;Hello World&#8221;)<br />
        If (success  true) Then<br />
            MsgBox(mailman.LastErrorText)<br />
            Exit Sub<br />
        End If</p>
<p>        &#8216; Set the SMTP server.<br />
        mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221;</p>
<p>        &#8216; Create an email with multiple BCC recipients.<br />
        Dim email As New Chilkat.Email()</p>
<p>        &#8216; Set the basic email stuff: body, subject, &#8220;from&#8221;, &#8220;to&#8221;<br />
        email.Body = &#8220;This is the email body&#8221;<br />
        email.Subject = &#8220;This is the email subject&#8221;<br />
        email.AddTo(&#8220;Chilkat Support&#8221;, &#8220;support@chilkatsoft.com&#8221;)<br />
        email.From = &#8220;Programmer &#8220;</p>
<p>        &#8216; To add multiple BCC recipients, you can call AddBcc multiple times<br />
        &#8216; and/or call AddMultipleBcc with a comma-separated list of email addresses.<br />
        &#8216; Either method can be called any number of times.  Chilkat automatically<br />
        &#8216; removes duplicates.<br />
        email.AddBcc(&#8220;&#8221;, &#8220;sales@chilkatsoft.com&#8221;)<br />
        email.AddBcc(&#8220;Chilkat HR&#8221;, &#8220;hr@chilkatsof.com&#8221;)<br />
        email.AddMultipleBcc(&#8220;Jack Frost , matt@chilkatsoft.com, Bob &#8220;)</p>
<p>        success = mailman.SendEmail(email)<br />
        If success Then<br />
            MessageBox.Show(&#8220;Sent BCC email!&#8221;)<br />
        Else<br />
            MessageBox.Show(mailman.LastErrorText)</p>
<p>        End If</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=143&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-to-bcc-recipients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Send CC Email</title>
		<link>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-cc-email/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-cc-email/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:40:05 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[EMail]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=141</guid>
		<description><![CDATA[&#8216; Create a mailman object for sending email. Dim mailman As New Chilkat.MailMan() &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial. Dim success As Boolean success = mailman.UnlockComponent(&#8220;Hello World&#8221;) If (success true) Then MsgBox(mailman.LastErrorText) Exit Sub End If &#8216; Set the SMTP server. mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221; &#8216; Create an email with multiple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=141&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>        &#8216; Create a mailman object for sending email.<br />
        Dim mailman As New Chilkat.MailMan()</p>
<p>        &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial.<br />
        Dim success As Boolean<br />
        success = mailman.UnlockComponent(&#8220;Hello World&#8221;)<br />
        If (success  true) Then<br />
            MsgBox(mailman.LastErrorText)<br />
            Exit Sub<br />
        End If</p>
<p>        &#8216; Set the SMTP server.<br />
        mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221;</p>
<p>        &#8216; Create an email with multiple CC recipients.<br />
        Dim email As New Chilkat.Email()</p>
<p>        &#8216; Set the basic email stuff: body, subject, &#8220;from&#8221;, &#8220;to&#8221;<br />
        email.Body = &#8220;This is the email body&#8221;<br />
        email.Subject = &#8220;This is the email subject&#8221;<br />
        email.AddTo(&#8220;Chilkat Support&#8221;, &#8220;support@chilkatsoft.com&#8221;)<br />
        email.From = &#8220;Programmer &#8220;</p>
<p>        &#8216; To add multiple CC recipients, you can call AddCC multiple times<br />
        &#8216; and/or call AddMultipleCC with a comma-separated list of email addresses.<br />
        &#8216; Either method can be called any number of times.  Chilkat automatically<br />
        &#8216; removes duplicates.<br />
        email.AddCC(&#8220;&#8221;, &#8220;sales@chilkatsoft.com&#8221;)<br />
        email.AddCC(&#8220;Chilkat HR&#8221;, &#8220;hr@chilkatsof.com&#8221;)<br />
        email.AddMultipleCC(&#8220;Jack Frost , matt@chilkatsoft.com, Bob &#8220;)</p>
<p>        &#8216; If you are curious, look at the full MIME text of the email&#8230;<br />
        MessageBox.Show(email.GetMime())</p>
<p>        success = mailman.SendEmail(email)<br />
        If success Then<br />
            MessageBox.Show(&#8220;Sent email!&#8221;)<br />
        Else<br />
            MessageBox.Show(mailman.LastErrorText)</p>
<p>        End If</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=141&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-cc-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Send Multiple File Attachment Email</title>
		<link>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-multiple-file-attachment-email/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-multiple-file-attachment-email/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:32:33 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[EMail]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=139</guid>
		<description><![CDATA[&#8216; Create a mailman object for sending email. Dim mailman As New Chilkat.MailMan() &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial. Dim success As Boolean success = mailman.UnlockComponent(&#8220;Hello World&#8221;) If (success true) Then MsgBox(mailman.LastErrorText) Exit Sub End If &#8216; Set the SMTP server host. mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221; &#8216; Create a simple email [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=139&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>        &#8216; Create a mailman object for sending email.<br />
        Dim mailman As New Chilkat.MailMan()</p>
<p>        &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial.<br />
        Dim success As Boolean<br />
        success = mailman.UnlockComponent(&#8220;Hello World&#8221;)<br />
        If (success  true) Then<br />
            MsgBox(mailman.LastErrorText)<br />
            Exit Sub<br />
        End If</p>
<p>        &#8216; Set the SMTP server host.<br />
        mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221;</p>
<p>        &#8216; Create a simple email with file attachments.<br />
        Dim email As New Chilkat.Email()</p>
<p>        &#8216; This email will have both a plain-text body and an HTML body.<br />
        email.Body = &#8220;This is the plain-text alternative&#8221;<br />
        email.AddHtmlAlternativeBody(&#8220;<b><font color='red' size='+1'>This is bold red text.</font></b>&#8220;)<br />
        email.Subject = &#8220;This email has several file attachments.&#8221;<br />
        email.AddTo(&#8220;Chilkat Support&#8221;, &#8220;support@chilkatsoft.com&#8221;)<br />
        email.From = &#8220;Hello World &#8220;</p>
<p>        &#8216; Add a file attachment.<br />
        Dim contentType As String<br />
        &#8216; Returns the content-type of the attachment (determined by the file extension)<br />
        &#8216; This return value is for informational purposes only.<br />
        contentType = email.AddFileAttachment(&#8220;dude.gif&#8221;)<br />
        If contentType Is Nothing Then<br />
            MessageBox.Show(email.LastErrorText)<br />
            Return<br />
        End If</p>
<p>        &#8216; To add more attachments, simply call AddFileAttachment for each file to be added.<br />
        contentType = email.AddFileAttachment(&#8220;dude2.gif&#8221;)<br />
        If contentType Is Nothing Then<br />
            MessageBox.Show(email.LastErrorText)<br />
            Return<br />
        End If</p>
<p>        &#8216; Send email.<br />
        success = mailman.SendEmail(email)<br />
        If success Then<br />
            MessageBox.Show(&#8220;Sent email with attachments!&#8221;)<br />
        Else<br />
            MessageBox.Show(mailman.LastErrorText)<br />
        End If</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=139&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-multiple-file-attachment-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Send HTML Email</title>
		<link>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-html-email/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-html-email/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:31:15 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[EMail]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-html-email/</guid>
		<description><![CDATA[&#8216; Create a mailman object for sending email. Dim mailman As New Chilkat.MailMan() &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial. Dim success As Boolean success = mailman.UnlockComponent(&#8220;Hello World&#8221;) If (success true) Then MsgBox(mailman.LastErrorText) Exit Sub End If &#8216; Set the SMTP server hostname. mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221; &#8216; Create a simple HTML [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=138&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>      &#8216; Create a mailman object for sending email.<br />
        Dim mailman As New Chilkat.MailMan()</p>
<p>        &#8216; Any string passed to UnlockComponent automatically begins a 30-day trial.<br />
        Dim success As Boolean<br />
        success = mailman.UnlockComponent(&#8220;Hello World&#8221;)<br />
        If (success  true) Then<br />
            MsgBox(mailman.LastErrorText)<br />
            Exit Sub<br />
        End If</p>
<p>        &#8216; Set the SMTP server hostname.<br />
        mailman.SmtpHost = &#8220;smtp.earthlink.net&#8221;</p>
<p>        &#8216; Create a simple HTML mail.<br />
        Dim email As New Chilkat.Email()</p>
<p>        email.SetHtmlBody(&#8220;<b><font color='red' size='+1'>This is red bold text</font></b>&#8220;)<br />
        email.Subject = &#8220;This is a simple HTML email&#8221;<br />
        email.AddTo(&#8220;Chilkat Support&#8221;, &#8220;support@chilkatsoft.com&#8221;)<br />
        email.From = &#8220;Jack Johnson &#8220;</p>
<p>        &#8216; Send HTML mail.<br />
        success = mailman.SendEmail(email)<br />
        If success Then<br />
            MessageBox.Show(&#8220;Sent mail!&#8221;)<br />
        Else<br />
            MessageBox.Show(mailman.LastErrorText)<br />
        End If</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=138&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/06/26/how-to-send-html-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>Validation Server Control</title>
		<link>http://dotnetprograming.wordpress.com/2009/04/29/validation-server-control/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/04/29/validation-server-control/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:32:10 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[Validation Controls]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=136</guid>
		<description><![CDATA[ASP.NET has built in controls that enable incredibly easy validation creation. By using different validator controls and ValidationSummary control even a complex validation process can be done very fast. You can just drag and drop validation controls to the form, map them to form fields and you have a client-side validation. Creating server side validation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=136&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ASP.NET has built in controls that enable incredibly easy validation creation. By using different validator controls and ValidationSummary control even a complex validation process can be done very fast. You can just drag and drop validation controls to the form, map them to form fields and you have a client-side validation. Creating server side validation is simple as well. You can use C# or VB.NET to perform even the extremely complex validation process.</p>
<p>Available validation server controls</p>
<p>Validation Server Control </p>
<p>RequiredFieldValidator<br />
Ensures that the user does not skip a form entry field</p>
<p>CompareValidator<br />
Allows for comparisons between the user&#8217;s input and another item using a comparison operator (equals, greater than, less than, and so on)</p>
<p>RangeValidator<br />
Checks the user&#8217;s input based upon a lower- and upper-level range of numbers or characters</p>
<p>RegularExpressionValidator<br />
Checks that the user&#8217;s entry matches a pattern defined by a regular expression. This is a good control to use to check e-mail addresses and phone numbers</p>
<p>CustomValidator<br />
Checks the user&#8217;s entry using custom-coded validation logic</p>
<p>ValidationSummary<br />
Displays all the error messages from the validators in one specific spot on the page</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=136&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/04/29/validation-server-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>The CustomValidator Control</title>
		<link>http://dotnetprograming.wordpress.com/2009/04/29/the-customvalidator-control/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/04/29/the-customvalidator-control/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:30:49 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[Validation Controls]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=133</guid>
		<description><![CDATA[The final control we have included in ASP.NET is one that adds great flexibility to our validation abilities. We have a custom validator where we get to write out own functions and pass the control value to this function. Field: * &#62; We notice that there are two new attributes ClientValidationFunction and OnServerValidate. These are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=133&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The final control we have included in ASP.NET is one that adds great flexibility to our validation abilities. We have a custom validator where we get to write out own functions and pass the control value to this function.<br />
Field:<br />
*</p>
<p>&gt;</p>
<p>We notice that there are two new attributes ClientValidationFunction and OnServerValidate. These are the tell the validation control which functions to pass the controltovalidate value to. ClientValidationFunction is usually a javascript funtion included in the html to the user. OnServerValidate is the function that is server-side to check for validation if client does not support client-side validation.<br />
Client Validation function:<br />
&amp;ltscript language=&#8221;Javascript&#8221;&gt;</p>
<p>&gt;</p>
<p>Server Validation function:<br />
Sub ServerValidate (objSource As Object, objArgs As ServerValidateEventsArgs)<br />
    &#8216; Code goes here<br />
End Sub<br />
b</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=133&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/04/29/the-customvalidator-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>The RegularExpressionValidator Control</title>
		<link>http://dotnetprograming.wordpress.com/2009/04/29/the-regularexpressionvalidator-control/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/04/29/the-regularexpressionvalidator-control/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:30:18 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[Validation Controls]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=131</guid>
		<description><![CDATA[The regular expression validator is one of the more powerful features of ASP.NET. Everyone loves regular expressions. Especially when you write those really big nasty ones&#8230; and then a few days later, look at it and say to yourself. What does this do? Again, the simple usage is: E-mail: * &#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=131&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The regular expression validator is one of the more powerful features of ASP.NET. Everyone loves regular expressions. Especially when you write those really big nasty ones&#8230; and then a few days later, look at it and say to yourself. What does this do?<br />
Again, the simple usage is:<br />
E-mail:<br />
*</p>
<p>&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=131&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/04/29/the-regularexpressionvalidator-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>The RangeValidator Control</title>
		<link>http://dotnetprograming.wordpress.com/2009/04/29/the-rangevalidator-control/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/04/29/the-rangevalidator-control/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:29:44 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[Validation Controls]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=129</guid>
		<description><![CDATA[Range validator control is another validator control which checks to see if a control value is within a valid range. The attributes that are necessary to this control are: MaximumValue, MinimumValue, and Type. Sample: Enter a date from 1998: * &#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=129&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Range validator control is another validator control which checks to see if a control value is within a valid range. The attributes that are necessary to this control are: MaximumValue, MinimumValue, and Type.<br />
Sample:<br />
Enter a date from 1998:</p>
<p>*<br />
&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=129&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/04/29/the-rangevalidator-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>The CompareValidator Control</title>
		<link>http://dotnetprograming.wordpress.com/2009/04/29/the-comparevalidator-control/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/04/29/the-comparevalidator-control/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:29:14 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[Validation Controls]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=127</guid>
		<description><![CDATA[Next we look at the CompareValidator Control. Usage of this CompareValidator is for confirming new passwords, checking if a departure date is before the arrival date, etc. We&#8217;ll start of with a sample: Textbox 1: Textbox 2: * &#62; Here we have a sample where the two textboxes must be equal. The tags that are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=127&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Next we look at the CompareValidator Control. Usage of this CompareValidator is for confirming new passwords, checking if a departure date is before the arrival date, etc. We&#8217;ll start of with a sample:<br />
Textbox 1: <br />
Textbox 2: <br />
*</p>
<p>&gt;</p>
<p>Here we have a sample where the two textboxes must be equal. The tags that are unique to this control is the ControlToCompare attribute which is the control that will be compared. The two controls are compared with the type of comparison specified in the Operator attribute. The Operator attribute can contain Equal, GreterThan, LessThanOrEqual, etc.<br />
Another usage of the ComapareValidator is to have a control compare to a value. For example:<br />
Field:<br />
*</p>
<p>&gt;</p>
<p>The data type can be one of: Currency, Double, Date, Integer or String. String being the default data type.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=127&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/04/29/the-comparevalidator-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>The RequiredFieldValidation Control</title>
		<link>http://dotnetprograming.wordpress.com/2009/04/29/the-requiredfieldvalidation-control/</link>
		<comments>http://dotnetprograming.wordpress.com/2009/04/29/the-requiredfieldvalidation-control/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:28:31 +0000</pubDate>
		<dc:creator>dotnetprograming</dc:creator>
				<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://dotnetprograming.wordpress.com/?p=125</guid>
		<description><![CDATA[The first control we have is the RequiredFieldValidation Control. As it&#8217;s obvious, it make sure that a user inputs a value. Here is how it&#8217;s used: Required field: * &#62; In this example, we have a textbox which will not be valid until the user types something in. Inside the validator tag, we have a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=125&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first control we have is the RequiredFieldValidation Control. As it&#8217;s obvious, it make sure that a user inputs a value. Here is how it&#8217;s used:<br />
Required field:<br />
*</p>
<p>&gt;</p>
<p>In this example, we have a textbox which will not be valid until the user types something in. Inside the validator tag, we have a single *. The text in the innerhtml will be shown in the controltovalidate if the control is not valid. It should be noted that the ErrorMessage attribute is not what is shown. The ErrorMessage tag is shown in the Validation Summary (see below).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetprograming.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetprograming.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetprograming.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetprograming.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetprograming.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetprograming.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetprograming.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetprograming.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetprograming.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetprograming.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetprograming.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetprograming.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetprograming.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetprograming.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetprograming.wordpress.com&amp;blog=6911871&amp;post=125&amp;subd=dotnetprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetprograming.wordpress.com/2009/04/29/the-requiredfieldvalidation-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/608c9be998d604e762973fbcd8906a62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dotnetprograming</media:title>
		</media:content>
	</item>
	</channel>
</rss>
