How to get Auto-completion in ASP.NET MVC?

Posted by Richard77 on Stack Overflow See other posts from Stack Overflow or by Richard77
Published on 2010-05-05T17:12:08Z Indexed on 2010/05/05 18:38 UTC
Read the original article Hit count: 227

Filed under:
|

Hello,

In ASP.NET MVC, we don't have controls which can do stuffs such as autocompletion (we don't have controls at all from Visual Studio like in web forms).

But, Is it possible to still get 'Auto-completion' with a text box in ASP.NET MVC (like with the textbox found on the Google's Home page)?

If this is the case, what's the best way to do so? JQueryUI? or there's someother way of getting that functionality?

Thanks for helping.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about jquery-ui