Hi,
I am trying to create a visual web part which does a custom search on a custom list.
I have 3 dropdown, and 2 text fields. If the dropdown.SelectedValue !=Select and if the textbox is not empty, then i want to pass the parameters to SPQuery field.
How to pass multiple parameters based on value exists to spquery?
Thanks