hi all,
i have a gridview that will display all values when the page load. User can filter the data in the gridview by selecting multiple values ina fewlistboxes. However they do not necessarily need to select a value for each listboxes.
how can i create a dynamic selectcommand for multiple non-mandatory selection ?
i can't specify * as the default value as sql syntax does not allow 'in (*) '.
please help...
thanks!