J
JemPower
Hi all,
Can someone tell me if it's possible to search through a dataview based on a
part-filter.
For example, if I use...
Dim dvAvailable = New DataView(dsRecipients.Tables("Available"),
"name='%jo&'","", DataViewRowState.CurrentRows)
It would return
John
Jonathon
Joanne
Jody
Jon
etc.
The only way I can seem to do it is by using an exact match, not a 'part-of'
match.
Any ideas?
TIA
Can someone tell me if it's possible to search through a dataview based on a
part-filter.
For example, if I use...
Dim dvAvailable = New DataView(dsRecipients.Tables("Available"),
"name='%jo&'","", DataViewRowState.CurrentRows)
It would return
John
Jonathon
Joanne
Jody
Jon
etc.
The only way I can seem to do it is by using an exact match, not a 'part-of'
match.
Any ideas?
TIA