This post extends an earlier post I wrote for a basic auto complete/auto suggest textbox. In this version, we are going to return a list of our favorite social media websites, by adding a new method to the prior post’s controller which allows thumbnail pictures to appear in the auto-suggest list. New MVC Controller Method [...]
Tag: autosuggest
Autocomplete using Html, JSON, MVC, jQuery
I found an awesome AutoComplete tutorial (here: http://www.nodstrum.com/2007/09/19/autocompleter/#comment) using PHP, jQuery, MySQL, and decided to port it over to Microsoft’s ASP.NET MVC. Turned out to be way easier than I thought! You can download the auto-complete code sample here. Configure MVC Controller So this is basic: create a JsonResult method in your controller that runs [...]




