I am using asp.net C# 2008, and I need to create a search textbox which will display dropdown values (similar to google search); The values displayed in the dropdown will be values from the SQL 2005 database (example the user is searching on FirstName, the dropwdown will display all firstnames, which get filtered as the user types in more letters.... if user is searching on LastName, the dropdown displays all LastName values in the database.. etc)
Any ideas how to go about this task?