<?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/"
		>
<channel>
	<title>Comments on: Dealing with &quot;Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method.&quot;</title>
	<atom:link href="http://damianblog.com/2007/08/13/not-added-through-addhandler/feed/" rel="self" type="application/rss+xml" />
	<link>http://damianblog.com/2007/08/13/not-added-through-addhandler/</link>
	<description>.NET from Geneva, Switzerland</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:14:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dmehers</title>
		<link>http://damianblog.com/2007/08/13/not-added-through-addhandler/comment-page-1/#comment-126</link>
		<dc:creator>dmehers</dc:creator>
		<pubDate>Sun, 01 Nov 2009 14:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/08/13/not-added-through-addhandler/#comment-126</guid>
		<description>Hi Brad,

I&#039;m afraid I&#039;m not so immersed in the ASP.NET AJAX world any more, so I can&#039;t offer any additional suggestions.

Sorry!

Damian</description>
		<content:encoded><![CDATA[<p>Hi Brad,</p>
<p>I&#8217;m afraid I&#8217;m not so immersed in the ASP.NET AJAX world any more, so I can&#8217;t offer any additional suggestions.</p>
<p>Sorry!</p>
<p>Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://damianblog.com/2007/08/13/not-added-through-addhandler/comment-page-1/#comment-125</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/08/13/not-added-through-addhandler/#comment-125</guid>
		<description>Hi Damian,

I am trying to fix the same issue in my page, although I am using the MultiHandleSliderExtender control instead of the toolkit extender you were using.

I have 8 or 9 MultiHandleSliderExtender (to do search ranges on different datapoints), and 4 or 5 ajax combo boxes. I get the “Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method” every time the page posts back. I’ve tried both with an UpdatePanel and without one, and both give the same error.

Do you have any additional insight as to how I might fix it? I am not manually calling any functions OnDispose of the objects as you were in your example, but thought you might have an additional suggestion.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Damian,</p>
<p>I am trying to fix the same issue in my page, although I am using the MultiHandleSliderExtender control instead of the toolkit extender you were using.</p>
<p>I have 8 or 9 MultiHandleSliderExtender (to do search ranges on different datapoints), and 4 or 5 ajax combo boxes. I get the “Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method” every time the page posts back. I’ve tried both with an UpdatePanel and without one, and both give the same error.</p>
<p>Do you have any additional insight as to how I might fix it? I am not manually calling any functions OnDispose of the objects as you were in your example, but thought you might have an additional suggestion.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agha Usman</title>
		<link>http://damianblog.com/2007/08/13/not-added-through-addhandler/comment-page-1/#comment-124</link>
		<dc:creator>Agha Usman</dc:creator>
		<pubDate>Fri, 29 May 2009 15:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/08/13/not-added-through-addhandler/#comment-124</guid>
		<description>No luck for me on this one ... :(</description>
		<content:encoded><![CDATA[<p>No luck for me on this one &#8230; <img src='http://damianblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujith Sreedhar</title>
		<link>http://damianblog.com/2007/08/13/not-added-through-addhandler/comment-page-1/#comment-123</link>
		<dc:creator>Sujith Sreedhar</dc:creator>
		<pubDate>Wed, 17 Dec 2008 07:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/08/13/not-added-through-addhandler/#comment-123</guid>
		<description>Thanks for the solution,

I have been wildly searching a solution for this error.</description>
		<content:encoded><![CDATA[<p>Thanks for the solution,</p>
<p>I have been wildly searching a solution for this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashank</title>
		<link>http://damianblog.com/2007/08/13/not-added-through-addhandler/comment-page-1/#comment-122</link>
		<dc:creator>Shashank</dc:creator>
		<pubDate>Thu, 20 Mar 2008 11:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/08/13/not-added-through-addhandler/#comment-122</guid>
		<description>hi,
I recently started using the AJAX toolkit. ListSearchExtender is 1 of the coolest in the kit. I have question, can we make some changes so that hidden div is shown and the user can actually type in the div instead of the listbox. i know that would b difficult thing for me,the way i see the code i hav lot to learn. is it possible by u to do that...

thanks much,</description>
		<content:encoded><![CDATA[<p>hi,<br />
I recently started using the AJAX toolkit. ListSearchExtender is 1 of the coolest in the kit. I have question, can we make some changes so that hidden div is shown and the user can actually type in the div instead of the listbox. i know that would b difficult thing for me,the way i see the code i hav lot to learn. is it possible by u to do that&#8230;</p>
<p>thanks much,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urs Enzler</title>
		<link>http://damianblog.com/2007/08/13/not-added-through-addhandler/comment-page-1/#comment-121</link>
		<dc:creator>Urs Enzler</dc:creator>
		<pubDate>Mon, 03 Sep 2007 11:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.com/2007/08/13/not-added-through-addhandler/#comment-121</guid>
		<description>Thanks for the info, faced the same problem with an extender of my own.

It&#039;s a pity because clearHandlers would be very nice to use :-(</description>
		<content:encoded><![CDATA[<p>Thanks for the info, faced the same problem with an extender of my own.</p>
<p>It&#8217;s a pity because clearHandlers would be very nice to use <img src='http://damianblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

