There seem to be a bug in the browser definition files that came with .NET 2.0 and .NET 4.
This issue can be fixed by installing following hot fix for .net framework 4.0.
If you are deploying the asp.net application this should be installed in the machine where the application is deployed.
Regards,
Samitha
This issue can be fixed by installing following hot fix for .net framework 4.0.
If you are deploying the asp.net application this should be installed in the machine where the application is deployed.
Regards,
Samitha
// Create new object
var ieUserAgent = {
init: function () {
var ua = navigator.userAgent;
this.compatibilityMode = false;
};
// Initialize the ieUserAgent object
ieUserAgent.init();