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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -