How to integrate search function n dropdown box
Hi,does anyone knows how to integrate the search function with a dropdown list on the aspx webpage?
Example....
The database consists of attributes or columns with headers such as
Names | IDs | Locations | Contact No .
The dropdown list is a search filter for various columns in the database such that when a user type something in the textbox, the dropdown list will filter what columns he want to search.
|