<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jarls Technical &#187; .NET</title>
	<atom:link href="http://www.jarl-andre.com/tech/category/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarl-andre.com/tech</link>
	<description>Where technical stuff blends with personality</description>
	<lastBuildDate>Thu, 25 Aug 2011 18:19:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>One time only clickable button</title>
		<link>http://www.jarl-andre.com/tech/2010/03/21/one-time-only-clickable-button/</link>
		<comments>http://www.jarl-andre.com/tech/2010/03/21/one-time-only-clickable-button/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 12:30:46 +0000</pubDate>
		<dc:creator>Jarl André Hübenthal</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.jarl-andre.com/tech/?p=65</guid>
		<description><![CDATA[The magic about a one time clickable button in C# is to override Button and place the default onclick event to aspnet_onclick and add another function to onclick that disables the button if Page_IsValid. I will not post the whole solution, but I will share the javascript that enable the disable effect. function SubmitButton_InitOnClick( id, [...]]]></description>
		<wfw:commentRss>http://www.jarl-andre.com/tech/2010/03/21/one-time-only-clickable-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

