T Tomo Apr 16, 2007 #1 I need to search data in DataView with RowFilter property but I need that searching is case sensitive. How can I do that?
I need to search data in DataView with RowFilter property but I need that searching is case sensitive. How can I do that?
J John Timney \(MVP\) Apr 16, 2007 #2 Your underlying dataset needs to be set to to respond to case sensitive filtering http://msdn2.microsoft.com/en-us/library/8bw9ksd6(VS.71).aspx Regards John Timney (MVP) http://www.johntimney.com http://www.johntimney.com/blog
Your underlying dataset needs to be set to to respond to case sensitive filtering http://msdn2.microsoft.com/en-us/library/8bw9ksd6(VS.71).aspx Regards John Timney (MVP) http://www.johntimney.com http://www.johntimney.com/blog