<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Bharath Radhekrishna's  Weblog</title>
	<atom:link href="http://onetidbit.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://onetidbit.wordpress.com</link>
	<description>I am working as software engineer  and help people make better use of technolgy to realize their full potential.</description>
	<pubDate>Thu, 24 Jul 2008 02:30:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Only Number validation in Textbox of ASP.NET Using Regular Expression validator by Ce de DiarioTec</title>
		<link>http://onetidbit.wordpress.com/2008/01/25/14/#comment-88</link>
		<dc:creator>Ce de DiarioTec</dc:creator>
		<pubDate>Tue, 22 Jul 2008 03:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/2008/01/25/14/#comment-88</guid>
		<description>Its a good solution, the best practice is use a parseint or similar and js validator.

good.</description>
		<content:encoded><![CDATA[<p>Its a good solution, the best practice is use a parseint or similar and js validator.</p>
<p>good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on validate a control through Javascript from code behind by Anonymous</title>
		<link>http://onetidbit.wordpress.com/2008/06/21/validate-a-control-through-javascript-from-code-behind/#comment-87</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 17 Jul 2008 12:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=44#comment-87</guid>
		<description>If you use this the arrow keys won't work anymore...</description>
		<content:encoded><![CDATA[<p>If you use this the arrow keys won&#8217;t work anymore&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Only Number validation in Textbox of ASP.NET Using Regular Expression validator by Darren</title>
		<link>http://onetidbit.wordpress.com/2008/01/25/14/#comment-85</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Fri, 11 Jul 2008 11:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/2008/01/25/14/#comment-85</guid>
		<description>Thanks for this, just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks for this, just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regular expression validator for date format dd MMM yy  and dd MMM yyyy by Nitin Reddy</title>
		<link>http://onetidbit.wordpress.com/2008/05/21/regular-expression-validator-for-date-format-dd-mmm-yy-and-dd-mmm-yyyy/#comment-78</link>
		<dc:creator>Nitin Reddy</dc:creator>
		<pubDate>Tue, 03 Jun 2008 05:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/2008/05/21/regular-expression-validator-for-date-format-dd-mmm-yy-and-dd-mmm-yyyy/#comment-78</guid>
		<description>You can try using a custom validator instead. Here's some code that you might use to accomplish this:

protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
    {
        DateTime result;
        if (!DateTime.TryParse(args.Value, out result))
        {
            args.IsValid = false;            
            return;
        } else args.IsValid = true;
    }</description>
		<content:encoded><![CDATA[<p>You can try using a custom validator instead. Here&#8217;s some code that you might use to accomplish this:</p>
<p>protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)<br />
    {<br />
        DateTime result;<br />
        if (!DateTime.TryParse(args.Value, out result))<br />
        {<br />
            args.IsValid = false;<br />
            return;<br />
        } else args.IsValid = true;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Only Number validation in Textbox of ASP.NET Using Regular Expression validator by Mohammed</title>
		<link>http://onetidbit.wordpress.com/2008/01/25/14/#comment-77</link>
		<dc:creator>Mohammed</dc:creator>
		<pubDate>Sun, 25 May 2008 03:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/2008/01/25/14/#comment-77</guid>
		<description>Thanks for you this solve my problems</description>
		<content:encoded><![CDATA[<p>Thanks for you this solve my problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loading Excel values to SQL server database by Loading Excel values to SQL server database &#124; MS Office Security Watch</title>
		<link>http://onetidbit.wordpress.com/2008/05/21/38/#comment-70</link>
		<dc:creator>Loading Excel values to SQL server database &#124; MS Office Security Watch</dc:creator>
		<pubDate>Wed, 21 May 2008 12:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=38#comment-70</guid>
		<description>[...] original post here: Loading Excel values to SQL server database microsoft professional microsoft [...]</description>
		<content:encoded><![CDATA[<p>[...] original post here: Loading Excel values to SQL server database microsoft professional microsoft [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on validate textbox with only numbers using Javascript code by Sagar</title>
		<link>http://onetidbit.wordpress.com/2008/03/10/validate-textbox-with-only-numbers-using-javascript-code/#comment-66</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Thu, 24 Apr 2008 21:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/2008/03/10/validate-textbox-with-only-numbers-using-javascript-code/#comment-66</guid>
		<description>Superb!!
Thanks!</description>
		<content:encoded><![CDATA[<p>Superb!!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Only Number validation in Textbox of ASP.NET Using Regular Expression validator by Bhavna</title>
		<link>http://onetidbit.wordpress.com/2008/01/25/14/#comment-51</link>
		<dc:creator>Bhavna</dc:creator>
		<pubDate>Wed, 16 Apr 2008 10:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/2008/01/25/14/#comment-51</guid>
		<description>This is great!! It helped me so much..
Thank you</description>
		<content:encoded><![CDATA[<p>This is great!! It helped me so much..<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by kamalraaja</title>
		<link>http://onetidbit.wordpress.com/about/#comment-31</link>
		<dc:creator>kamalraaja</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:18:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-31</guid>
		<description>baabu naalo vunna potential ni konchem bayatiki teeyava. Please help me its very urgent.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>baabu naalo vunna potential ni konchem bayatiki teeyava. Please help me its very urgent.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows officelive website doesnt support safari web browser by R</title>
		<link>http://onetidbit.wordpress.com/2008/03/27/safari-browser-for-windows-unable-to-open-office-live-website/#comment-30</link>
		<dc:creator>R</dc:creator>
		<pubDate>Thu, 27 Mar 2008 10:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://onetidbit.wordpress.com/2008/03/27/safari-browser-for-windows-unable-to-open-office-live-website/#comment-30</guid>
		<description>Well, its the other way round.
Officelive doesnt support safari :)</description>
		<content:encoded><![CDATA[<p>Well, its the other way round.<br />
Officelive doesnt support safari <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
