English 中文(简体)
伙伴关系中的Modal人。 NET AJAX in IE9 not working
原标题:Modal popups in ASP.NET AJAX in IE9 not working

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

问题回答

不清楚你的问题究竟是什么,没有确定整个Ajax。 净控制,但是如果你去了j Query Dialog / Modal,那么什么呢? 我怀着极大的成功利用了它。

rel=“nofollow”>http://jqueryui.com/demos/dialog/

面对同样的问题,当我在总页头部增加以下元子时,我的问题现在得到解决:

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




相关问题
Getting rid of Microsoft AJAX

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

ASP.NET Ajax 4 and Microsoft Ajax library definitions

I undestand that is former for Web Forms ASP.Net only , latter ( currently preview 6 ) suitable for both - classic and MVC. Would it be possible to give a brief description/usage for each. By ASP.NET ...

ASP.NET Rich UI - What do you use? [closed]

I m looking for feedback on what other people use on their ASP.NET projects to provide a rich user interface experience while still remaining as productive as possible. I m developing an ASP.NET 3.5 ...

CollapsiblePanelExtender collapses on link hover

I am trying to use an CollapsiblePanelExtender to make some dropdown menus and am having some problems when hovering over links - can anyone help me out... By the way I do want to keep the ...

热门标签