DotNetStories
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.
This is going to be my first post on
Ajax (Asynchronous Javascript and XML) and Ajax
controls. Ajax is my favourite technology and I use it a
lot when I build ASP.Net applications.