Dear friends,
I'm new to VB.net(2005). I want to ask, how can we filter just to show the data in List View in
design mode. Example like this situation.
No. Item. Occur
1 X 10
2 y 15
3 X 10
4 Z 4
5 X 10
In this case I want to display only like this. No redundant record.
No. Item Occur
1 X 10
2 y 15
3 Z 4
I believe it can just setting at List View properties but I
don’t have any any idea to do it.
Thank you in advanced.