i want to make a textbox suggest all possible inputs based on a certain column in my database.
for example, i have a country column in the database and i want my textbox to display all countries from my database column that starts with P when i type it and so on. thanks :)