Contents tagged with AJAX
-
Simplify your Ajax code by using jQuery Global Ajax Handlers and ajaxSetup low-level interface
Creating web applications with consistent layout and user interface is very important for your users. In several ASP.NET projects I’ve completed lately, I’ve been using a lot jQuery and jQuery Ajax to achieve rich user experience and seamless interaction between the client and the server. In almost all of them, I took advantage of the nice jQuery global ajax handlers and jQuery ajax functions.
-
Ajax-based data loading using jQuery.load() function in ASP.NET
In general, jQuery has made Ajax very easy by providing low-level interface, shorthand methods and helper functions, which all gives us great features of handling Ajax requests in our ASP.NET Webs.
-
Call ASP.NET server side method from jQuery UI Dialog
Let’s get to an example…
-
BING Search using ASP.NET and jQuery Ajax
The BING API provides extremely simple way to make search queries using BING. It provides nice way to get the search results as XML or JSON. In this blog post I will show one simple example on how to query BING and get the results as JSON in an ASP.NET website with help of jQuery’s getJSON ajax method.
-
Conflicts between ASP.NET AJAX UpdatePanels & jQuery functions
In one of my previous posts dealing with the jQuery DatePicker , a user commented reporting an issue where he uses the jQuery DatePicker and ASP.NET AJAX UpdatePanels.