Search autocomplete with ASP.NET AJAX Extensions
I am working on a rich content app for one of my talks at TechEd Europe and I thought it would be a good idea to implement a search box with an autocomplete of the past search quires. The intuition here is that the changes are someone else has searched for the same thing you are searching for, so past queries is an interesting set of options to offer. Not to mention it is fun to look at what other people are searching for ;-) What I think is cool about this is I was able to implement it with less than 10 lines of code and absolutely no database specific logic. I did this with a combination of the ASP.NET 2.0 profile store and the ASP.NET AJAX AutoCompleteExtender…

Read Full Story at http://blogs.msdn.com

comments Discuss   recommend Tell a friend   addto Bookmarks 

Avatar KillerCat submitted 211 days ago
Related sources
2 votes Simple Ajax Search Widget for Blogger / Blogspot
1 votes AJAX bar graph using ASP.NET
1 votes Unobtrusive AJAX Star Rating Bar
1 votes How To Pick an Ajax Framework
1 votes Ajax Security Tips

Comments


Log in to comment or register here.