combining two searches?

zezu10

Member
Joined
Dec 12, 2006
Messages
5
Programming Experience
Beginner
Hi guys, I currently have a web form which searches a SQL table, and fills a datagrid.

My form currently has two searches, which I have a seperate textbox and button for each, however I am wanting to add more searches to my form, and therefore am looking for the best way to have just the one textbox and button, but allowing multiple searches?

Would a dropdown list be a good way to get around this problem, and if so, what is the best way to exectute that way of working around my current problem?
 
Back
Top