asp.net - Functionality in Update Panels not working in IE9 or IE10 -
we have issue functionality within microsoft ajax "updatepanel" not work or takes extremely long time react in ie 9 and/or ie 10.
if set compatibility ie 8 functionality works properly.
<meta http-equiv="x-ua-compatible" content="ie=8" />
the functionality works fine in other browser (chrome/firefox). also, behavior happens in environments not others running same code base.
setting compatibility mode solves functionality problem limits css ability ie users.
Comments
Post a Comment