<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"><channel><title>[How Do I:] Add JavaScript Event Handlers to ASP.NET Server Controls</title><link>http://www.asp.net</link><pubDate>Fri, 10 Jun 2011 06:38:29 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Add JavaScript Event Handlers to ASP.NET Server Controls</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33487" rel="self" type="application/rss+xml" /><item><title>Comment Posted by Dollarjunkie</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Sat, 22 Mar 2008 16:44:35 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005619</guid><description><![CDATA[ <p>Great Video. I hope we have more and more of these as some of us are not as good as we would like to be when it comes to client side server side interaction.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Dollarjunkie.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Rene Drescher-Hackel</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Sun, 23 Mar 2008 14:06:56 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005620</guid><description><![CDATA[ <p>Was in dieser Darstellung leider fehlt ist die Cross-Browser-Kompatibilit&#228;t und der Fall, wenn Javascript in externen Javascript-Dateien organisiert ist, was ja immer zu empfehlen ist. </p> <p>Hier ist ein Ansatz im LoadComplete-Event der Seite alle relevantene Controls in einem Clientobject zusammen zufassen, wobei sich JSON als Datenaustauschformat anbietet.</p> <p>Einen einfachen L&#246;sungsgedanken habe ich mal unter &lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.drescher-hackel.de/default&quot;&gt;www.drescher-hackel.de/default&lt;/a&gt;,date,2007-07-22.aspx&quot;&gt;www.drescher-hackel.de/default,date,2007-07-22.aspx&lt;/a&gt; versucht darzustellen.</p> <p>Neben der ClientID kann man hier auch weitergehende Funktionalit&#228;t unterbringen und sich so die Arbeit etwas erleichtern.</p> <p>-------- translation by google service -------------</p> <p>What happened in this presentation is sadly lacking cross-browser compatibility, and the case where JavaScript in external JavaScript files organized, which is always recommended. </p> <p>Here is an approach Load Complete event of the page all relevantene Controls in a client Object zufassen together, with JSON as the data exchange format offers. </p> <p>A simple solution, I thought at times &lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.drescher-hackel.de/default&quot;&gt;www.drescher-hackel.de/default&lt;/a&gt;, date ,2007-07-22. Aspx seeks to demonstrate. </p> <p>Besides the ClientID can also accommodate additional functionality, and so the work somewhat easier.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Rene%20Drescher-Hackel.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by faisalzshah</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Mon, 24 Mar 2008 09:29:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005621</guid><description><![CDATA[ <p>amazing video</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/faisalzshah.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by brentlamborn</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Mon, 24 Mar 2008 14:56:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005622</guid><description><![CDATA[ <p>I didn&#39;t know about window.event.srcElement ! Thanks!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/brentlamborn.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by scottt40</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Mon, 24 Mar 2008 17:48:18 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005623</guid><description><![CDATA[ <p>Nice job!</p> <p>As a non-Javascripter, that helped me to understand quite a bit of how javascript can work with asp.net controls on a page. Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/scottt40.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by BrianOConnell</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Tue, 25 Mar 2008 01:45:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005624</guid><description><![CDATA[ <p>Good video but be careful with srcelement. It is IE only. Microsoft need to start reading quirksmode.org and as has been said above eventually they need to start encouraging people to use external .js files only.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/BrianOConnell.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gokul_4580</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Tue, 25 Mar 2008 08:34:32 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005625</guid><description><![CDATA[ <p>Learnt few new things today. Good one. Thanks a lot Chris.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/gokul_4580.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by zhao_hui_xi@hotmail.com</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Wed, 26 Mar 2008 02:27:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005626</guid><description><![CDATA[ <p>Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/zhao_hui_xi@hotmail.com.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by PragatPatel</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Fri, 28 Mar 2008 03:01:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005627</guid><description><![CDATA[ <p>If I want to call any server side method from Javascript, Can I do this? Property I understood but what about method.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/PragatPatel.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by satishnarni</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Wed, 02 Apr 2008 01:18:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005628</guid><description><![CDATA[ <p>u realy helped me</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/satishnarni.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by good2great</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Wed, 02 Apr 2008 17:22:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005629</guid><description><![CDATA[ <p>it&#39;s not so good</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/good2great.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by good2great</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Wed, 02 Apr 2008 17:23:48 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005630</guid><description><![CDATA[ <p>What happened in this presentation is sadly lacking cross-browser compatibility, and the case where JavaScript in external JavaScript files organized, which is always recommended.</p> <p>Here is an approach Load Complete event of the page all relevantene Controls in a client Object zufassen together, with JSON as the data exchange format offers.</p> <p>A simple solution, I thought at times ... Aspx seeks to demonstrate.</p> <p>Besides the ClientID can also accommodate additional functionality, and so the work somewhat easier.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/good2great.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by randomaccess</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Mon, 07 Apr 2008 19:17:46 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005631</guid><description><![CDATA[ <p>Hi,</p> <p>Why not just post a simple written tutorial? Why waste 18mins of my life watching a video reference that would be far simpler to digest as written text, and would only take about 3mins to read? I find these video tutorials intensely boring and annoying, to the point that whilst I&#39;m very interested in this topic, I am not going to watch this video.</p> <p>Please release a detailed written tutorial on this very important topic.</p> <p>Do you really think ASP.NET programmers are so stupid that they must be read to like a child?</p> <p>Video tutorials are ideal for: Photoshop, Blend, 3D Studio, i.e. *visual* software. *Programming* does not suit video tutorials. Sorry.</p> <p>/Serializer</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/randomaccess.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Mon, 14 Apr 2008 20:17:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005632</guid><description><![CDATA[ <p>That&#39;s pretty harsh. </p> <p>Different people prefer to learn in different ways. </p> <p>As you can read above many, many people really like the short video style. </p> <p>So, based on our download numbers .....</p> <p>How-Do-I Videos</p> <p>30,000,000 - In favor.</p> <p>1 - Opposed </p> <p>:) </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by maryraj</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Tue, 22 Apr 2008 13:34:46 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005633</guid><description><![CDATA[ <p>Hi</p> <p>randomaccess,</p> <p>These videos are only for beginners,not for experienced people.Beginners really enjoy these videos.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/maryraj.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cv_vikram</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Sat, 09 Aug 2008 08:37:30 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005635</guid><description><![CDATA[ <p>tfs.....</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by xjpmauricio</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Tue, 26 Aug 2008 06:57:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005636</guid><description><![CDATA[ <p>Why not create categorized sections of these video tutorials? something as simple as &quot;Begginer&quot; and &quot;Advanced&quot;?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/xjpmauricio.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by chocolim</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Tue, 14 Oct 2008 10:34:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005637</guid><description><![CDATA[ <p>30.000.000 vs 2</p> <p>I dont like it either, but i just go to another seccion in this site that not have video in the url, maybe that can help you, if you dont like videos dont look the video seccion</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/chocolim.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by djibril_chimere_DIAW</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Wed, 29 Oct 2008 19:15:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005638</guid><description><![CDATA[ <p>Thanks! J&#235;r&#235;j&#235;f!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/djibril_chimere_DIAW.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by kanedogg</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Tue, 09 Dec 2008 00:16:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005640</guid><description><![CDATA[ <p>randomaccess:</p> <p>everyone to their own man, and i agree the video tutorials are great its all i prefer to watch now!</p> <p>In regards to wasting 18mins of your time, looking at your photo i think you&#39;ve wasted ALOT MORE than just 18mins of your time on a pc before :)</p> <p>Regards</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/kanedogg.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by hamiltonbase</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Mon, 09 Feb 2009 00:03:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005641</guid><description><![CDATA[ <p>I want to thank Chris Pels &amp; Joe Stagner for these excellent videos. &#160;I learn different topics in different ways. &#160;Sometimes I like a video, sometimes I like a written tutorial. &#160;Just depends on the topic. &#160;I&#39;m glad they provide both.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/hamiltonbase.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bohunt</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Fri, 13 Feb 2009 15:38:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005642</guid><description><![CDATA[ <p>thanks.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/bohunt.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by drini83</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Thu, 16 Apr 2009 07:17:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005643</guid><description><![CDATA[ <p>alghough it is true that for most of this video it will take just 3-5 min to read the source code it will take the same amount of time to try and understand what the command are for and how they should be used.</p><p>So for from my own experience it is quite good to have some one explaining on the same time that the code is being built.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/drini83.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by haithemara</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Fri, 08 May 2009 13:09:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005644</guid><description><![CDATA[ <p>Good tutorial. But window.event is undefined in Mozilla. Did anyone try to run the code in Firefox.</p><p>Thank you.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/haithemara.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mehta.rahulit</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-add-javascript-event-handlers-to-aspnet-server-controls</link><pubDate>Fri, 10 Jun 2011 06:38:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013477</guid><description><![CDATA[ <p>gr8!!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/mehta.rahulit.jpg?forceidenticon=false&amp;dt=635045776800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>