Issue
I have a problem on my page. When it opens, it displays the following error message:
Microsoft JScript runtime error: ‘Sys.Extended.UI’ is null or not an object
<ajax:ToolkitScriptManager ID="tsm" runat="server" CombineScripts="false" >
</ajax:ToolkitScriptManager>
and display error
$create(Sys.Extended.UI.ModalPopupBehavior, {"BackgroundCssClass":"modalBackground1","DropShadow":true,"PopupControlID":"ctl00_ContentPlaceHolder1_panelPopupAddDefaultAddress","PopupDragHandleControlID":"ctl00_ContentPlaceHolder1_panelPopupAddDefaultAddressDragHandle","dynamicServicePath":"/SJM.Framework.Website/Order/ActiveOrders.aspx","id":"ctl00_ContentPlaceHolder1_modalPopupAddDefaultAddress"}, null, null, $get("ctl00_ContentPlaceHolder1_hiddenTargetControlForModalPopup"));
Can anyone tell me me what is the problem is. I’ve tried, but I haven’t found it.
Solution
Have you tried using a newer version of the AjaxControlToolkit
? I am using () 4.5.7.123
3.5.7.123
and this problem doesn’t exist.
Also, you might want to take a look at this solution:
http://forums.asp.net/p/1209962/2132128.aspx#2132128
Answered By – Alex Filipovici
Answer Checked By – Robin (BugsFixing Admin)