DCSIMG
IE - Rotem Bloom's Blog

Rotem Bloom's Blog

Share knowledge on .NET and web development

News

About Me

Glad to help and share knowledge on .NET and also huge fan of Dream Theater.

Contact me via messenger

View Rotem Bloom's profile on LinkedIn

Dream Theater Pics

Blogs I Read

Browse by Tags

All Tags » IE (RSS)
ASP.NET MVC 3.0 jquery unobtrusive ajax Failed on IE 8
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...
How work with multiple versions of IE on your PC
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. ...