I want to create an input field DropDownList with autocomplete from SQL database (in ASP.NET). I have found a tutorial on this website but I can't install the AJAX toolkit on VS 2022.
How can I complete this task? Do I need AJAX toolkit to continue or can I do this with JavaScript or other methods?