G
Guest
Hi
Can we use DataView.RowFilter for filteing special charactered column data
like
if the column data includes the characters like "<" ">" "(".I have tried by
enclosing the above mentioned characters in "[]" but i'm not successful.
Eg. "Srinivas<>("
Dataview.RowFilter = "Column Name LIKE "'Srinivas[<][>][(]'".
Thanks,
Srinivas.
Can we use DataView.RowFilter for filteing special charactered column data
like
if the column data includes the characters like "<" ">" "(".I have tried by
enclosing the above mentioned characters in "[]" but i'm not successful.
Eg. "Srinivas<>("
Dataview.RowFilter = "Column Name LIKE "'Srinivas[<][>][(]'".
Thanks,
Srinivas.