SubString didn't work because you are using a 0 when you should be using a 1.
Looking further while to correct that.... back in a bit.
// Jerry
Using 1 at Substring does not work too. I show you example of my result. Example like I have 2 items in the ListView.
But the result is not what i want above, the result is below there.
You can see the empty line between that and that when i use substring(0). When i used Substring(1), here is result:
ID Name ,232,4545
,232,45754
No empty string but the first item is in the line of the header.