I am using asp.net C # 2008, and I need to create a search text box that will display outliers (similar to google search); The values displayed in the drop-down list will be the values from the SQL 2005 database (for example, the user searches by the first name, the first names will be displayed in the drop-down list, which will be filtered as the user types more letters ... if the user searches for LastName, in the drop-down list all LastName values in the database are displayed, etc.)
Any ideas how to solve this problem?
source share