Oops this was supposed to be a reply
use the Textbox's textchange trigger, when the user types something do an sql statement as such:
sql = "select sitename from popularsites where sitename like '" + txtSearch.text +"*'
then you need to populate the dropdown box with the results.
