Hi ,
I am trying to do compatibility view mode off for Internet Explorer 8 forcefully in asp.net C#.
For this ,I wrote the following code :
<html>
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<title></title>
It works fine for Internet Explorer 9.0 but for Internet Explorer 8.0 does not work ,it takes IE 7.0 version ,as the compatibility view mode is ON in IE 8.0 browser.
I want to forcefully off the compatiblity view mode of IE 8.0
Please help its urgent.
Go to the complete details ...