ajaxcontroltoolkit - Ajax Toolkit modal popup -
i have built application uses ajax toolkit modal popups. application tests fine on browsers run local iis on visual studio. when deployed iis 8.5 application works fine on chrome, ff , edge - (modal popup showing) on ie 11 , ie 10 modal popup not show.
does have hint why is?
kai
i have solution.
1) donwload html5-dataset.js (https://gist.github.com/brettz9/4093766) , save on folder /scripts
2) add code on page
<asp:scriptreference path="~/scripts/html5-dataset.js" />
Comments
Post a Comment