I’d like to use a component similar to the Tags autocomplete component used by Stack Overflow in my ASP.NET 2.0 application. What can I use?
I’d like to use a component similar to the Tags autocomplete component used by
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It uses JQuery Autocomplete. If you want something like it, you can use the Ajax Control toolkit’s Autocomplete.
You can’t get there with just a serverside component alone; you’ll have to use JavaScript or JQuery to make it work.