Opened again by Stephen Walther on May 8, 2013
I have a usercontrol inside a panel, that I would like to display, but I keep on receiving : Microsoft JScript runtime error: Unable to get value of the property 'UI': object is null or undefined
VS2010
Latest Nu-get Ajax Toolkit
.net 4.0
Comments: Use the ToolkitScriptManager instead of the default ScriptManager. replace <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> with <ajaxToolkit:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </ajaxToolkit:ToolkitScriptManager>