Easy Auto-completion with ASP.NET and AJAX
Brad Abrams has demonstrated that with just a few lines of code a developer can add auto-completion to an ASP.NET website. He does this with an otherwise standard search box.
His example relies on the AutoCompleteExtender, which is available as part of the ASP.NET AJAX Extensions. To avoid explicit database logic, an entry is added to the profile section of the web.config file. This shifts the burden to the Profile Provider.
The default Profile Provider for ASP.NET uses SQL Server as a backing store. Of course, you can create your own profile provider if you need to.
Educational Content
Writing Usable APIs in Practice
Giovanni Asproni May 19, 2013
Concurrency in Clojure
Stuart Halloway May 17, 2013





Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think