Hi

I have my datagridview being loaded from a Text File and then being saved to a text file as a comma separated file - the commas obviously separate the columns.

However in some of the cells prior to saving, I have data that i have inputted over two lines by pressing shift + return.. eg

"SOLD
10/05/2012"

This saves fine, but obviously shows up in the text file as a line break, which then causes some issues when i choose to re open the info back into DGV.

I'm wondering if anyone can help as to how i can code so that it saves as a line break within a cell, rather than a completely new line.

Thanks