You must Sign In to post a response.
  • Category: .NET

    How to do autocomplete dropdown using Angularjs in MVC

    Hi All,

    I would like to create autocomplete dropdown using AngularJS in MVC.
    I have loaded dropdown without auto complete and it's working fine with Text and value field.

    I'm confused about autocomplete. Could you please help me to resolve this.

    Thanks in advance
  • #765819
    You need to use jQuery UI css and js library reference to accomplish your task or if you want to do it using angularJS then you need to do following things
    - Create Entity Data Model
    - Create Web API Controller
    - Create a MVC controller
    - Creating a view
    -checkout below links for more detail
    http://www.c-sharpcorner.com/article/angular-js-autocomplete-in-mvc-with-web-api/
    http://www.c-sharpcorner.com/UploadFile/0c1bb2/creating-autocomplete-textbox-in-Asp-Net-mvc-5/

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments