How to create auto complete text box with Ajax
Have you ever observed how sometimes text fields get filled automatically as you type into them. Google has been using this technique for a while now and even Yahoo! uses it. There are many websites that make filling up firms easier by automatically filling the text box with a matching data according to what you have typed so far. This can be achieved using any language combined with Ajax. Ajax helps you fetch data from a remote location or using an external file that can easily access a database and refresh the information on the webpage without having to reload the webpage. The entire process of creating auto complete text boxes with Ajax is explained that this link.
Technorati Tags: auto complete box, Ajax
Posted by Amrit | Tags: Programming
You can leave a response, or trackback from your own site.


