Fighting with this for few days in a row - no luck. Trying to make ModalPopupExtender work with IE9. I use latest AjaxControlToolki.dll Version 50731 both for .NET 3.5 and 4.0. And wondering btw when IE will finally disappear from the face of Earth??? Help please!!!!
Also - adding <meta http-equiv="X-UA-Compatible" value="IE=9">
to master page s <head>
tag helps with popups but messes the layout and since it s in master page, messes whole website so can t use this solution. It s clear that IE9 CSS handling and so called "compatibility mode" is the reason for this damn issue - HOW TO FIX IT!!! PLEASE HELP!!!
We wrote a couple of controls using Microsoft AJAX (cs class + js class). Now I m thinking about getting rid of it (just use jQuery), as it is bloated and we don t use UpdatePanel. My question is: how ...