I write “video ”
and I is added to the drop-down list:
video converter
video saver
video player
Ho do this?
I just know that every time the asp.net page reloads, but I need without overloading.
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.
You need to use a Autocomplete script. Microsoft’s AJAX Control Toolkit provides that.
And there’s also a jQuery UI Autocomplete.
Here are some tutorials on the subject:
Microsoft’s:
jQuery’s
I will have the decency of not copying the code from those to here
:)