N
newbie_csharp
Hi,
I need to use single qoutation ( ' ) in my filter string but I get error
message. how can I do something like this:
mysearch = "Bob's book";
dataView.RowFilter = "myfield LIKE '" + mysearch + "%'";
even I changed "mysearch to this but still it's not working:
mysearch = "Bob\'s book";
thanks
I need to use single qoutation ( ' ) in my filter string but I get error
message. how can I do something like this:
mysearch = "Bob's book";
dataView.RowFilter = "myfield LIKE '" + mysearch + "%'";
even I changed "mysearch to this but still it's not working:
mysearch = "Bob\'s book";
thanks