Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView.RowFilter doesn’t filter an *
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
DataView.RowFilter doesn’t filter an *
Miscellaneous
Thread ID:
00806319
Message ID:
00806319
Views:
94
Anyone know what the deal is with the rowfilter and a *.

If I set my DataView.RowFilter to :
dv.RowFilter = "cdescript   LIKE '%e%' " ; 
I will get everything that contains an ‘e’ as I would expect.

If I do:
dv.RowFilter = "cdescript   LIKE '%*%' " ; 
The view is not limited to just stuff that contains the ‘*’

Anyone know how to get only the items that contain an asterisk using the RowFilter?

Thanks,
Chris
Next
Reply
Map
View

Click here to load this message in the networking platform