Javascript error after updating ASP.NET AJAX ControlToolkit
Posted
by empo
on Stack Overflow
See other posts from Stack Overflow
or by empo
Published on 2010-05-14T15:21:19Z
Indexed on
2010/05/14
15:24 UTC
Read the original article
Hit count: 369
I've just updated to the AJAX Control Toolkit 3.5, changed the ScriptManager to the ToolkitScriptManager in my master page and now the following javascript error occurs when an Edit button is clicked:
"Object doesn't support this property or method"
The line of code cuasing the error is:
this._destroyTree(updatePanelElement);
Any initial ideas before I post masses of code?
© Stack Overflow or respective owner