Possible Duplicate:
.NET & Tab-Delimited files
I have a list that has 2 columns: FirstName, LastName.
I am not sure how to send it to a tab delimited file showing the headers.
I know I need to look through the list but not sure how to produce the tab delimited file.
My path to the file output is: C:\emailfile.txt
Take a look at
FileHelpers– you can use this library to create you tab delimited file.