ModalPopupExtender hiccup with Safari and Chrome
I don’t write much, as you can see by the dates on my posts. But I want to make sure to register this here, so people can easily find a solution to this problem instead of spending hours trying different things.For some reason, my modal popup was not displaying in Safari/Chrome.The fix is to replace ScriptManager with AjaxToolKitScriptManager.Replace:<asp:ScriptManager ID=”scriptManager” runat=”server” />With this:<ajaxToolkit:ToolkitScriptManager ID=”scriptManager” runat=”server” ></ajaxToolkit:ToolkitScriptManager>I hope this helps,