visual web developer 2005.
vb.
I have a label that is being populated from a checklistbox on a previous page. If I have one item selected and the label = P3; the "WHERE DocType IN (@DocType)) in my gridview of a SQL table is working fine. When more then one item is selected and the label = P3,P4 ;I am not getting any records in my gridview. Please help!!!! I've tried to put single quotes around the values, but that does not work.