↧
ajax request only action filter, MVC
I created a handy ajax request filter, that you can apply to your ajax action method call. public class AjaxRequestAttribute : ActionFilterAttribute { public override void...
View ArticleJQuery ajax request not working in IE9
I have some ajax get request on the web page and it works perfectly fine in Firefox and Chrome. But it is not working with IE at all. After some research, I found out I need to specify the dataType and...
View Article