Hi everyone,
I have a question and I would greatly appreciate any help with it.
Here it goes:
I have a SQL Server Database that I am trying to display data to a data grid with. However, I have a drop down box and three radio buttons that will allow a user to filter the results that show up in the datagrid. I figured i could an if statement or a bunch of them. This is where my problem arises, I am looking to filter by numerous conditions(multiple select statements) and I am only able to specify one select statement in my SQL Datasource Wizard. Is there anyway I can manually write the code to query the database(maybe "SQLCommand") where i can also incorporate my conditional statements?
Any help is very much appreciated.
Thanks