I have several fields I am searching an *accessdatasource*
I am using GridView to display the results of the search. I would like the default value to be "all" for any fields the user leaves blank before clicking the search button. In other words if there are 2 fields the user can search by and leaves one blank then I want to disregard the blank field when searching. I think there is a wildcard for this but I can't find it anywhere online. I have tried %, * and others.
Please Help
I am using GridView to display the results of the search. I would like the default value to be "all" for any fields the user leaves blank before clicking the search button. In other words if there are 2 fields the user can search by and leaves one blank then I want to disregard the blank field when searching. I think there is a wildcard for this but I can't find it anywhere online. I have tried %, * and others.
Please Help