How do you implement auto-complete with ASP.NET, MVC3, and Razor?
You could use jQuery UI Autocomplete control along with an mvc action that returns a JsonResult with the right data