capiono 0 Newbie Poster

I was wondering if it is possible to assign 2 variables to DataView.RowFilter. if it is, how do I code it.

I have tried this:

dataView.RowFilter = FilterExpression + " and " + ARRAFilterExpression;

FilterExpression and ARRAFilterExpression are both string variables
with string values stored in them.

Thanks