Sunday, September 25, 2005

Probably all of you know that stuff already but for those that dont. ASP.NET by default does not treat non MS browsers as uplevel browsers leading to ASP.NET controls being rendered incorrectly. Well the solution for that is to include browser caps in the .config files of the application.

Here is a great article that explains all about this, and here is a browserCap section already written to handle non MS browsers including many of the unfamiliar ones.

Monday, November 14, 2005 6:40:15 PM (New Zealand Standard Time, UTC+12:00)
IE 5.5 and below is also considered down level. And the controls are not rendered "incorrectly", just "differently". Some would argue that this is because IE doesn't conform to a lot of standards, and some would say that it is becuase of the differences you get in different browser families when development teams interpret the standards differently.
shane
Wednesday, August 30, 2006 2:29:57 AM (New Zealand Standard Time, UTC+12:00)
Sliding Doors
Comments are closed.