I’m making a website with some controls such as text-boxes, combo boxes and labels. To make stuff funky and helpful to the user, i’m thinking of making an auto-complete feature for my textboxes…
However, I want the data to come from the database. E.g. The TextBox is expecting names of hotels, the user types in “H”. There should magically appear a drop-down thingy which contains all the names of hotels in the database.
Does anyone have an idea of how I can do this?
Any help is really appreciated.
Try this way..
Autocomlete list
If you find it usefule, please mark it as your answer else let me know..