Hi All, I'v notice a strange behavior when working with ASP.NET MVC 3.0 jquery unobtrusive ajax on forms HTML element on IE (internet explorer) 8. Razor code example for generating ajax call on a form element using unobtrusive ajax: @ using (Ajax.BeginForm("MyAction", "MyController", new AjaxOptions { HttpMethod = "POST" })){ Sometimes (not always) i'm getting a javascript error with the message "Falied" that come from the javascript file jquery.unobtrusive...
Hi,
Ever wanted to test your website in various versions of Internet Explorer?
As a web developer I often want to work with multiple versions of IE on one machine.
It is possible to run Internet Explorer in standalone mode without having to over-write previous versions.
...