ASP.NET Ajax Technology in New Version Browser (IE9)

ASP.NET Ajax Technology in New Version Browser (IE9)

Using an old version of Ajax can be not compatible with Internet Explorer 9.

i.e: problem with popup windows 

Adding the line below in a master page, for example, fixes that problem 


<%@ 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" %>

Leave a Comment
  • Please add 2 and 3 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Ed Price - MSFT edited Revision 1. Comment: Small edits.

Page 1 of 1 (1 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Ed Price - MSFT edited Revision 1. Comment: Small edits.

Page 1 of 1 (1 items)