<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>Creating a Custom AJAX Control Toolkit Control Extender</title><link>http://www.asp.net</link><pubDate>Fri, 09 Mar 2012 10:39:25 GMT</pubDate><generator>umbraco</generator><description>Comments for Creating a Custom AJAX Control Toolkit Control Extender</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33168" rel="self" type="application/rss+xml" /><item><title>Comment Posted by mikeada</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Mon, 28 Jun 2010 23:33:50 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009246</guid><description><![CDATA[ <p>This line in DisabledButton.js:</p><p>CustomExtenders.DisabledButtonBehavior.registerClass(&#39;CustomExtenders.DisabledButtonBehavior&#39;, AjaxControlToolkit.BehaviorBase);</p><p></p><p>should be changed from AjaxControlToolkit.BehaviorBase to Sys.Extended.UI.BehaviorBase if using version 40412 or later.  Otherwise you will get the javascript error message &quot;AjaxControlToolkit is undefined&quot;</p><p></p><p><a rel="nofollow" href="http://forums.asp.net/p/1568047/3923149.aspx" target="_blank">forums.asp.net/</a></p><p></p><p>Hopefully this post will save someone some grief.  Please update the example if possible.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/mikeada.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by farax</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Thu, 01 Jul 2010 02:41:55 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009277</guid><description><![CDATA[ <p>i wish there was some code to download too :) otherwise a nice tutorial</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/farax.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by lecedre</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Thu, 01 Jul 2010 13:00:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009288</guid><description><![CDATA[ <p>Hi,</p><p></p><p>I try but when I want to run it. I get the following error: </p><p>Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.</p><p></p><p>do you know why?</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/lecedre.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gawkes1</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Tue, 13 Jul 2010 17:36:03 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009437</guid><description><![CDATA[ <p>I&#39;ve got following problem, did everything as shown in tutorial and got such an error:</p><p></p><p>Error	1	Using the generic type &#39;AjaxControlToolkit.Design.ExtenderControlBaseDesigner&lt;T&gt;&#39; requires &#39;1&#39; type arguments	C:\Users\Maciek\Documents\Visual Studio 2008\Projects\WebApplication1\CustomExtenders\DisabledButtonDesigner.cs	6	62	CustomExtenders</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/gawkes1.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by calaluis</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Thu, 26 Aug 2010 18:05:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009999</guid><description><![CDATA[ <p>Buen tutorial, pero tengo un problema: el extensor no me funciona, es decir, al escribir en el textbox no me activa automaticamente el button que est&#225; por defecto en &quot;false&quot; la propiedad &quot;enabled&quot;.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/calaluis.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sylvanascent</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Mon, 10 Jan 2011 07:25:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011465</guid><description><![CDATA[ <p>From here, to solve the issue of the</p><p>Error: Using the generic type &#39;AjaxControlToolkit.Design.ExtenderControlBaseDesigner&lt;T&gt;&#39; requires &#39;1&#39; type arguments </p><p></p><p>Do this:</p><p></p><p>class DisabledButtonDesigner : AjaxControlToolkit.Design.ExtenderControlBaseDesigner&lt;DisabledButtonExtender&gt;</p><p></p><p>Roger</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/sylvanascent.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by andres.banda</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Fri, 18 Mar 2011 17:59:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012499</guid><description><![CDATA[ <p>The tutorial is nice but i was a problem:</p><p>when run the application i the follow error:</p><p>&quot;Error en tiempo de ejecuci&#243;n de Microsoft JScript: &#39;AjaxControlToolkit no est&#225; definido&#39;&quot;</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/andres.banda.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by andres.banda</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Fri, 18 Mar 2011 18:54:17 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012501</guid><description><![CDATA[ <p>Finally, when close the application:</p><p>I look a message: &quot;Error en tiempo de ejecuci&#243;n de Microsoft JScript: El objeto no acepta esta propiedad o m&#233;todo&quot;</p><p>in english:</p><p>&quot;Object does not support this property or method&quot;</p><p></p><p>the error is generated in this line of source:</p><p>Custom Extenders.Disabled Button Behavior.callBaseMethod(this, &#39;dispose&#39;);</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/andres.banda.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by logno</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Tue, 29 Mar 2011 00:49:35 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012633</guid><description><![CDATA[ <p>Need more info for invoking webservice. And full list of the project file for easy to understand.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/logno.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by neez</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Wed, 13 Apr 2011 09:43:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012780</guid><description><![CDATA[ <p>@lecedre use the AjaxControl Toolkit Script Manager on your mage</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/neez.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by johnnymm</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Wed, 05 Oct 2011 10:26:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014333</guid><description><![CDATA[ <p>just heard windows 8 promotes html5 but not silverlight...</p><p>they should give better support to ajaxtoolkit users, or are there any free alternatives?</p><p></p><p>here is my result (the source code of this tutorial), after HOURS of experiments...</p><p></p><p>https://skydrive.live.com/embedicon.aspx/.Public/Custom%20AjaxToolkitExtender%20dotnet35%20vs2008.zip?cid=372694accc43b698&amp;sc=documents</p><p></p><p>p.s. Sorry. Skydrive sucks. I just cannot obtain a direct download link</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/johnnymm.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ks123</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs</link><pubDate>Fri, 09 Mar 2012 10:39:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015071</guid><description><![CDATA[ <p>The exmple needs to be updated. As mntioned in another post, Sys.Extended.UI.BehaviorBase  should be substituted for AjaxControlToolkit.BehaviorBase.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/ks123.jpg?forceidenticon=false&amp;dt=635072515800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>