<?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://encosia.com/disable-a-button-control-during-postback/feed/" rel="self" type="application/rss+xml" />
	<link>http://encosia.com/disable-a-button-control-during-postback/</link>
	<description>ASP.NET and AJAX code, ideas, and examples.</description>
	<lastBuildDate>Wed, 16 May 2012 23:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-68617</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 10 May 2012 16:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-68617</guid>
		<description>My button is inside of an UpdatePanel and everything works flawlessly in Internet Explorer (go figure), but within Firefox the postback never occurs after the button is disabled, even after adding a Postback Trigger on the UpdatePanel for the button. Any suggestions?</description>
		<content:encoded><![CDATA[<p>My button is inside of an UpdatePanel and everything works flawlessly in Internet Explorer (go figure), but within Firefox the postback never occurs after the button is disabled, even after adding a Postback Trigger on the UpdatePanel for the button. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naved</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-63263</link>
		<dc:creator>Naved</dc:creator>
		<pubDate>Mon, 12 Mar 2012 09:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-63263</guid>
		<description>Also my button is in Updatepanel</description>
		<content:encoded><![CDATA[<p>Also my button is in Updatepanel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naved</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-63262</link>
		<dc:creator>Naved</dc:creator>
		<pubDate>Mon, 12 Mar 2012 08:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-63262</guid>
		<description>No javascript errors. I using Firefox version 10.0.2, also the same not working in Google Chrome. i am using asp Imagebutton</description>
		<content:encoded><![CDATA[<p>No javascript errors. I using Firefox version 10.0.2, also the same not working in Google Chrome. i am using asp Imagebutton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Ward</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-63254</link>
		<dc:creator>Dave Ward</dc:creator>
		<pubDate>Sat, 10 Mar 2012 02:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-63254</guid>
		<description>Can you be more specific? Firefox is what I would have been using to test that code in at the time. Are you seeing a problem in a particular version of Firefox? Any JavaScript errors?</description>
		<content:encoded><![CDATA[<p>Can you be more specific? Firefox is what I would have been using to test that code in at the time. Are you seeing a problem in a particular version of Firefox? Any JavaScript errors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naved</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-63253</link>
		<dc:creator>Naved</dc:creator>
		<pubDate>Fri, 09 Mar 2012 17:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-63253</guid>
		<description>Its not working on Firefox Dave</description>
		<content:encoded><![CDATA[<p>Its not working on Firefox Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannadasan</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-63239</link>
		<dc:creator>kannadasan</dc:creator>
		<pubDate>Tue, 06 Mar 2012 11:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-63239</guid>
		<description>Hi,

Plz Give idea, 

given above the code is working fine in Local  after deployment is not working .what can i do ? ASAP</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Plz Give idea, </p>
<p>given above the code is working fine in Local  after deployment is not working .what can i do ? ASAP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-62804</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Thu, 02 Feb 2012 10:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-62804</guid>
		<description>Thank you for the post, but I have a question.
What if we need to do a client side validation using javascript before disabling and posting back the page. 
I read the comment section where people talk about similar scenario. But what I am asking is different. I cannot have validators but need to write a javascript function which does a initial client side validation. So, say if one of the text box in my form has value greater than certain amount, disable the button and do a post back, else show an error message and not post back?</description>
		<content:encoded><![CDATA[<p>Thank you for the post, but I have a question.<br />
What if we need to do a client side validation using javascript before disabling and posting back the page.<br />
I read the comment section where people talk about similar scenario. But what I am asking is different. I cannot have validators but need to write a javascript function which does a initial client side validation. So, say if one of the text box in my form has value greater than certain amount, disable the button and do a post back, else show an error message and not post back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose R</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-53459</link>
		<dc:creator>Jose R</dc:creator>
		<pubDate>Tue, 13 Dec 2011 13:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-53459</guid>
		<description>I dont use to comment but i really like this. Simply and very usefull. Thanks!</description>
		<content:encoded><![CDATA[<p>I dont use to comment but i really like this. Simply and very usefull. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-50670</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Thu, 01 Dec 2011 22:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-50670</guid>
		<description>Thanks very much</description>
		<content:encoded><![CDATA[<p>Thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-47274</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Fri, 11 Nov 2011 22:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-47274</guid>
		<description>Great post, but I&#039;m using a asp link button and the UseSubmitBehavior property doesn&#039;t exists what should I do, in that case?</description>
		<content:encoded><![CDATA[<p>Great post, but I&#8217;m using a asp link button and the UseSubmitBehavior property doesn&#8217;t exists what should I do, in that case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-46923</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 25 Oct 2011 14:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-46923</guid>
		<description>Awesome post.  Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome post.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ביטול לחיצה כפולה על כפתור &#171; asp.net</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-46446</link>
		<dc:creator>ביטול לחיצה כפולה על כפתור &#171; asp.net</dc:creator>
		<pubDate>Wed, 12 Oct 2011 10:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-46446</guid>
		<description>[...] http://encosia.com/disable-a-button-control-during-postback/ Share this:TwitterFacebookLike this:LikeBe the first to like this post.   Categories Uncategorized [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://encosia.com/disable-a-button-control-during-postback/" rel="nofollow">http://encosia.com/disable-a-button-control-during-postback/</a> Share this:TwitterFacebookLike this:LikeBe the first to like this post.   Categories Uncategorized [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-45529</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 06 Sep 2011 21:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-45529</guid>
		<description>Love it, thank you</description>
		<content:encoded><![CDATA[<p>Love it, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuldeep</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-44618</link>
		<dc:creator>kuldeep</dc:creator>
		<pubDate>Wed, 10 Aug 2011 12:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-44618</guid>
		<description>thanks so much for this code</description>
		<content:encoded><![CDATA[<p>thanks so much for this code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advert Anywhere</title>
		<link>http://encosia.com/disable-a-button-control-during-postback/#comment-43370</link>
		<dc:creator>Advert Anywhere</dc:creator>
		<pubDate>Tue, 17 May 2011 16:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://encosia.com/index.php/2007/04/17/disable-a-button-control-during-postback/#comment-43370</guid>
		<description>Worked like a charm... thank you!</description>
		<content:encoded><![CDATA[<p>Worked like a charm&#8230; thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

