Justin Cooney

Web Development Tips and Examples

Category: AutoComplete

  • I’ve been playing around with hooking up the JQuery AutoComplete widget with an ASP.NET Web Service. This is a really neat idea that adds a lot of whizzbang to a standard Web-based form. In theory one could also use ASP.NET UpdatePanel controls with traditional ASP.NET/HTML form controls, but I really wanted to look further into the…

  • Editable Select lists are a useful feature offered by JQuery through the JQuery-Ui ComboBox widget. In an earlier article I explained how to set up a basic JQuery ComboBox widget, which I will expand on in today’s article. So what is this article about? Bottom line is that I wanted to create something that looks…

  • I am taking a look into the JQuery AutoComplete widget and wanted to create an example with the most simple and scaled down functionality possible. In the image to the left is an example of what this looks like in action. It is basically an HTML text area that is hooked up to a static…