Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I make a griview inside of this comboboxes (one for column name 2nd for searching operator name like, = <> < >) and a textbox (For searched thing) then again combobx (For AND OR Operator).
now how can make a where clause?? how to allow user to search in multiple column according to his require operator
Posted
Comments
CHill60 2-Nov-13 14:11pm    
Have you tried anything yet? Use Improve question link to post the sql that is generated for just a single column search, and the code you used to generate it.

1 solution

you need to implement this behavior by yourself. Make a search box and button and implement the code behind the button click.

its hard work - sorry for the truth ;-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900