O
Oka Morikawa
I'm having little troubles with RowFilter. I need to use RowFilter from
TextBox which can contain size of the product or null value to show all
values.
I have three TextBox like: W, H, L
If W has value = 105 but H and L are empty DataView should only show
products with W=105 and H=* and L=* but this seems to be quite difficult
with Expressions in ADO.NET. Sure I could do this with multiple IF clauses
but there should be some easier way to do this.
Any ideas?
Thanks,
Oka Morikawa
TextBox which can contain size of the product or null value to show all
values.
I have three TextBox like: W, H, L
If W has value = 105 but H and L are empty DataView should only show
products with W=105 and H=* and L=* but this seems to be quite difficult
with Expressions in ADO.NET. Sure I could do this with multiple IF clauses
but there should be some easier way to do this.
Any ideas?
Thanks,
Oka Morikawa