<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Validation against Controls outside of the current NamingContainer</title>
	<atom:link href="http://www.michaelkbell.com/index.php/2009/04/21/validation-against-controls-outside-of-the-current-namingcontainer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelkbell.com/index.php/2009/04/21/validation-against-controls-outside-of-the-current-namingcontainer/</link>
	<description>My one-in-all blog...</description>
	<lastBuildDate>Mon, 24 May 2010 19:30:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vasanth</title>
		<link>http://www.michaelkbell.com/index.php/2009/04/21/validation-against-controls-outside-of-the-current-namingcontainer/comment-page-1/#comment-6</link>
		<dc:creator>Vasanth</dc:creator>
		<pubDate>Wed, 03 Jun 2009 07:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/04/21/ValidationAgainstControlsOutsideOfTheCurrentNamingContainer.aspx#comment-6</guid>
		<description>On page load the control loads with Hour as blank when the time is around 12 and the time format is set for 24 hours.
When an event is executed (say button click), then the Hour changes to 12 automatically, but the value captured as 12:0:0
TmMovement.Hour.ToString() + &quot;:&quot; + TmMovement.Minute.ToString() + &quot;:&quot; + TmMovement.Second.ToString();
Is there anyway I can exactly get the time in the format 12:00:00 ?
FYI, when the Hour is blank and I try to decrease the value, it changes to -1 and so on.

Can this be fixed ?</description>
		<content:encoded><![CDATA[<p>On page load the control loads with Hour as blank when the time is around 12 and the time format is set for 24 hours.<br />
When an event is executed (say button click), then the Hour changes to 12 automatically, but the value captured as 12:0:0<br />
TmMovement.Hour.ToString() + &quot;:&quot; + TmMovement.Minute.ToString() + &quot;:&quot; + TmMovement.Second.ToString();<br />
Is there anyway I can exactly get the time in the format 12:00:00 ?<br />
FYI, when the Hour is blank and I try to decrease the value, it changes to -1 and so on.</p>
<p>Can this be fixed ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
