The command document.location.href=”www.google.com” is not working in google chrome browser. So your question would be Why Location.href not working? Well its depends how you’re trying to use location.href. Sometimes, we put button inside the form element with action property empty or with ‘javascript:;’ (please take a look) in order to redirect user one page to another. So in this case …
In this article I will explain how we can Prevent JQuery Ajax Request from Caching In IE(Internet Explorer). You may noticed that only Internet Explorer by default caches the AJAX request, no other browser, by default, caches AJAX requests… but Internet explorer does and when you make second AJAX request with same parameters what internet explorer does instead creating another …
I was looking for a stuff like which should be similar to the JavaScript’s Alert but have some cool design and effects. Google is my best friend ;), so I decided to do some research on it and I got many of references that was good but don’t exactly what I want. I wanted stuff similar …
In this article, I am going show you how we can call any javascript’s function after ajax request in Kendo DropdownList or we can say databound functionality in Kendo DropdownList. Kendo DropdownList tool provides very beautiful look and effects and there are many different ways of binding options are available like you can bind data with ajax …
In this article I am going to show how we can redirect between areas in MVC. When using area, we should always specify the area in route value in the action link. If link/destination is outside from area, then we just need to use an empty parameter for the area. I am going to show you …