asp.net - IE Compatibility mode change using javascript -


hi aspx page having third party controls , not appearing when upgrade ie version 11. till ie10 worked fine.

and when change compatibility mode of ie http://winaero.com/blog/how-to-enable-compatibility-view-in-internet-explorer-11-ie11/

my controls working fine. cant ask end user same.

is there way handle this? tried adding below tag in section of page.

<meta http-equiv="x-ua-compatible" content="ie=emulateie9"/> 

but not working. can 1 tell me how handle through code?

it's ie=9, not ie=emulateie9:

<meta http-equiv="x-ua-compatible" content="ie=9"/> 

more here: how use x-ua-compatible.


of course, @ migrating new or different controls work modern engine. quote article above:

it not best practice let issues example linger application @ risk of falling further behind web standards progress.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -