Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi Guys

I'm trying to find a way to use some kind of autocomplete on a textbox in a view that is bound to a model.

HTML
@Html.TextBoxFor(model => @Model.CaseContact.Company)


I have found plenty of articles that point jQuery at a textbox control, but nothing on a bound MVC control.

I would greatly appreciate it if someone could point me in the right direction?

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900