2014-09-05 63 views
0

我在我的ASP.NET webform中沒有自動回覆更改的DropdownList。DropdownList不在IE11中刷新,但用Enterpise模式刷新

它可以工作,如果我選擇企業模式或我在Firefox中打開它。

我在這裏錯過了什麼?

代碼:

<asp:DropDownList ID="FormatsDropDownList" 
       runat="server" 
       OnSelectedIndexChanged="FormatsDropDownList_SelectedIndexChanged" 
       AutoPostBack="true"> 
       <asp:ListItem Text="Item1" Value="Value1" Selected="True"></asp:ListItem> 
       <asp:ListItem Text="Item2" Value="Value2"></asp:ListItem></asp:ListItem> 
      </asp:DropDownList> 
+0

你有這個工作嗎?如果是這樣,怎麼樣?如果沒有,IE瀏覽器模式和文檔模式在不工作時是什麼? – mason 2015-01-06 17:03:44

回答

0

淨4.0解決方案:

按照列出的步驟: http://rikter.com/articles/2013/12/internet-explorer-11-and-asp-net/

*而是用在這裏找到了第1步此瀏覽器文件: http://blogs.telerik.com/docs/default-source/marinbratanov_files/telerik_ie11_browser_file_fix.zip?sfvrsn=2

一旦我把這個新文件放到我的app_browsers文件夾中,清除了temp fi les,運行regbrowsers.exe並做了IIS重置,該網站在沒有兼容模式的情況下工作在IE 11上。