DotNetStories
In this post I would like to talk about the great support that JQuery has for Ajax.I have already written another post on my blog regarding the Jquery Ajax functions and how we can get data form the server.In that post we looked into how we can use the load() method to get data from the server.One of the things you must keep in mind is that JQuery is able to communicate with any server that uses standard protocols.In this post I would like to talk about the get(),post() and ajax() methods and how we can use those methods to get data back from the server through a web service that is hosted there.
In this post I will talk about Ajax again.This time we will use an extender to ajaxify our application.I am going to use the AutoCompleteExtender extender together with a textbox. Inside the extender control I will call a web service (a service method) and I will pass it whatever the user types in the textbox.
In this post I would like to present you with a very simple example on how to create a simple web service that access data from a database.
In this post I will try to show you with a detailed
example how to create an Ajax enabled Web Service and
consume it from client scripts running in a different
Web site. It will be a simple example but the principles
apply to the most complicated ones.