in the front end, user has a dropdown which allows him
to select multiple products,
product
A
B
C
D
E
F
G
and there another dropdown with type1 and type2.
user can select multiple products, lets say user
selected A and B,in the code behind
i am storing it as (A,B) as string.
now i have to...