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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.