I need to filter a csv file (with local device path) for a Windows mobile 5.0. The csv will have around 500 lines, in C # (visual studio 2008) of the type:
Code; Description; position; quantity;
10000637; mounting tools, arrangement; 6; 2
10000921; repair kit; 9; 20
I need to be able to show the whole file on the screen (datagrid or similar) and then be able to filter by position (from 1 to 10), once filtered by filter position by code (typing the code) and then modify, in the as necessary, the amount.
I have encountered many compatibility difficulties for WMobile and visual studio 2008, so I ask for your help.
Would it be possible?
thank you very much