a problem with filtering (Dataview.RowFilter)

CLRBOY

Member
Joined
Dec 15, 2004
Messages
11
Greetings,

how do I filter the rows in the same dataview with more then one variable to filter ?

when I do this one after another it doesnt work.... :(

myDataView.RowFilter = "ID = " + hmnID + "";
myDataView.RowFilter = "the_name = " + the_name + "";

CLRBOY
 
Back
Top