Hi,
I need to update my sql query based on the user input from the list box.
Example: List box has options A,B,C,D,E,F,G
When user selects A, B then In the SQL query it should filter in the where clause in (A,B) and based on the user selections this where clause should change dynamically.