Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC3 Razor - Auto-complete Tutorial?

How do you implement auto-complete with ASP.NET, MVC3, and Razor?

like image 391
user202448 Avatar asked Feb 17 '11 18:02

user202448


1 Answers

You could use jQuery UI Autocomplete control along with an mvc action that returns a JsonResult with the right data

like image 113
marcind Avatar answered Sep 22 '22 04:09

marcind