ASP.NET Ajax en IE9 (es-ES)

ASP.NET Ajax en IE9 (es-ES)


Utilizando una versión antigua de Ajax puede que no sea compatible con Internet Explorer 9.

Ej: problema con ventanas emergentes

Adicione la línea de abajo en una Master Page por ejemplo, esto debe solucionar el problema 

<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage"     %>
<meta http-equiv="X-UA-Compatible" content="IE=100" <!-- IE9 mode -->
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

See Also


Sort by: Published Date | Most Recent | Most Useful
Comments
Page 1 of 1 (1 items)