开发者

Modal popups in ASP.NET AJAX in IE9 not working

开发者 https://www.devze.com 2023-04-04 18:26 出处:网络
      Fighting with this for few days in a row - no luck. Trying to make ModalPopupExtender work with IE9. I use latest开发者_如何学运维 AjaxControlToolki.dll Version 507

      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!!!


Not sure what exactly your problem is without setting up the whole Ajax.Net control but what if you went with jQuery Dialog / Modal instead? I've used it with great success.

http://jqueryui.com/demos/dialog/


Faced the same problem, my issue is now resolved when I added the following meta tag in the master page head section:

<meta http-equiv="X-UA-Compatible" content="IE=7" />
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号