hi guys i am looking to do something similiar to what you would get when you enter a search on google. Its kinda like IntelliSense, well it is actually.
Here's what i have done thus far....on page load i query a database (sql) and put the results in a dataset.
That dataset of results i want to do the IntelliSense on whenever the user types in a textbox. not sure how to do this.
Has anyone done this before?