Code Voyeur
RSS
Languages MVC ORM About Roadmap Contact Site Map RSS Sample Code Presentations Snippets dll Hell .net

Articles Tagged with mvc

ASP.NET MVC HtmlHelper Extensions for jQuery AutoComplete
The jQuery JavaScript library has a rich repository of plugins. The AutoComplete plugin provides an easy mechanism to make any textbox perform like a searchable drop down list. While the code to provide a textbox with autocomplete functionality is somewhat simple, it requires a little finessing to get it to work in place of a drop down list on an MVC view page. The extension methods in this article will demonstrate how to achieve this behavior.