<?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/"
	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>Comments for ASP.NET Programming</title>
	<atom:link href="http://aspnet.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspnet.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 01 Sep 2009 12:42:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Javascript: To prevent or disable double click of button by Sayee Ahmed</title>
		<link>http://aspnet.wordpress.com/2009/08/19/javascript-to-prevent-or-disable-double-click-of-button/#comment-3</link>
		<dc:creator>Sayee Ahmed</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://aspnet.wordpress.com/?p=11#comment-3</guid>
		<description>thank you very much for your post , its save my day  .  I have extended your script .  

 System.Text.StringBuilder sb = new System.Text.StringBuilder();
            sb.Append(&quot;if (typeof(Page_ClientValidate) == &#039;function&#039;) { &quot;);
            sb.Append(&quot;if (Page_ClientValidate() == false) { return false; }} &quot;);
            sb.Append(&quot;this.value = &#039;Please Wait…&#039;;&quot;);
            sb.Append(&quot;this.disabled = true;&quot;);
            sb.Append(Page.GetPostBackEventReference(this.btnSaveTransaction));
            sb.Append(&quot;;&quot;);



            btnSaveTransaction.Attributes.Add(&quot;onclick&quot;, &quot;javascript:if(confirm(&#039;Do you want to save this record?&#039;)== false) return false;&quot; + sb.ToString());</description>
		<content:encoded><![CDATA[<p>thank you very much for your post , its save my day  .  I have extended your script .  </p>
<p> System.Text.StringBuilder sb = new System.Text.StringBuilder();<br />
            sb.Append(&#8220;if (typeof(Page_ClientValidate) == &#8216;function&#8217;) { &#8220;);<br />
            sb.Append(&#8220;if (Page_ClientValidate() == false) { return false; }} &#8220;);<br />
            sb.Append(&#8220;this.value = &#8216;Please Wait…&#8217;;&#8221;);<br />
            sb.Append(&#8220;this.disabled = true;&#8221;);<br />
            sb.Append(Page.GetPostBackEventReference(this.btnSaveTransaction));<br />
            sb.Append(&#8220;;&#8221;);</p>
<p>            btnSaveTransaction.Attributes.Add(&#8220;onclick&#8221;, &#8220;javascript:if(confirm(&#8216;Do you want to save this record?&#8217;)== false) return false;&#8221; + sb.ToString());</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Mr WordPress</title>
		<link>http://aspnet.wordpress.com/2005/10/24/hello-world/#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Mon, 24 Oct 2005 01:42:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in, and view the posts&#039; comments, there you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in, and view the posts&#8217; comments, there you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
