Unknown server tag ‘asp:AutoCompleteExtender’.
what should I do to use AutoCompleteExtender in MVC.
I have no problem with this when using in aspx page holding single textbox/ajax
Unknown server tag ‘asp:AutoCompleteExtender’. what should I do to use AutoCompleteExtender in MVC. I
Share
Nothing. You shouldn’t use server side controls in an ASP.NET MVC application. I would recommend you taking a look at jQuery UI and its AutoComplete widget.