<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>Sun, 27 Feb 2011 19:03:14 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/33169" rel="self" type="application/rss+xml" /><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-vb</link><pubDate>Mon, 10 Jan 2011 08:40:09 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011467</guid><description><![CDATA[ <p>See the C# version for some important caveats.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/sylvanascent.jpg?forceidenticon=false&amp;dt=635071738800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by roygu</title><link>http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-vb</link><pubDate>Sun, 27 Feb 2011 19:03:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012268</guid><description><![CDATA[ <p>This is a good example but unfortunately it contains some errors and should therefore be re-examined. The mistakes I have found are as follows: (1) Figure 04 shows MyControlExtender which wasn&#39;t generated when I tried to run copy it, this causes confusion. (2) The JavaScript file in Listing 3 is called DisabledButton.js above but must be named DisabledButtonBehavior.js in order to work. (3) The last line of Listing 3 contains AjaxControlToolkit.BehaviorBase at the end of the long line. Somehow AjaxControlToolkit isn&#39;t loaded when this is loaded (although I have the &lt;%@ Register Assembly=&quot;AjaxControlToolkit&quot;... %&gt; and &lt;asp:ToolkitScriptManager ... &gt; on my aspx page). Replace AjaxControlToolkit.BehaviorBase with Sys.UI.Behavior and it will work.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/roygu.jpg?forceidenticon=false&amp;dt=635071738800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>