I would like to create an autocomplete search box, that is able to display a list of things, like Google for example, when you start to type.
Two main things I cant really work out:
1) Do I constantly search through the database each time a new letter is typed in or load all the values (only about 100) in to an array on page load?
2) Any way of doing this just in ASP.net technologies?
I would also like to use MooTools, so if anyone has any suggestions please let me know.
Two main things I cant really work out:
1) Do I constantly search through the database each time a new letter is typed in or load all the values (only about 100) in to an array on page load?
2) Any way of doing this just in ASP.net technologies?
I would also like to use MooTools, so if anyone has any suggestions please let me know.