<?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: Disable a button control during postback.</title>
	<atom:link href="http://devicezero.com/blog/?feed=rss2&#038;p=319" rel="self" type="application/rss+xml" />
	<link>http://devicezero.com/blog/?p=319</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 25 Apr 2010 01:41:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ej2</title>
		<link>http://devicezero.com/blog/?p=319&#038;cpage=1#comment-920</link>
		<dc:creator>ej2</dc:creator>
		<pubDate>Mon, 14 Jul 2008 19:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://devicezero.com/blog/?p=319#comment-920</guid>
		<description>Works great for me. I tested with Firefox 3.0 using the following code for the button click:

&lt;code&gt;
  protected void BtnSubmit_Click(object sender, EventArgs e)
  {
    Thread.Sleep(4000);
    label.Text = DateTime.Now.ToString();
  }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Works great for me. I tested with Firefox 3.0 using the following code for the button click:</p>
<p><code><br />
  protected void BtnSubmit_Click(object sender, EventArgs e)<br />
  {<br />
    Thread.Sleep(4000);<br />
    label.Text = DateTime.Now.ToString();<br />
  }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apex</title>
		<link>http://devicezero.com/blog/?p=319&#038;cpage=1#comment-919</link>
		<dc:creator>apex</dc:creator>
		<pubDate>Mon, 14 Jul 2008 18:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://devicezero.com/blog/?p=319#comment-919</guid>
		<description>this doesn&#039;t work with firefox so it&#039;s uselless, but thanks for efort</description>
		<content:encoded><![CDATA[<p>this doesn&#8217;t work with firefox so it&#8217;s uselless, but thanks for efort</p>
]]></content:encoded>
	</item>
</channel>
</rss>
