Autofill component for text fields in ASP.NET

I would like to use a component similar to the autocomplete component Tagsused by Qaru in my ASP.NET 2.0 application. What can i use?

+3
source share
1 answer

It uses jQuery Autocomplete . If you want something like this, you can use the Ajax Control toolkit Autocomplete .

You cannot get there with only one server component; you will have to use javascript or jquery to make it work.

+2
source

Source: https://habr.com/ru/post/1732955/


All Articles