Regular expression to replace comma for a csv file import
Hi
I got the same problem!
I mean I use the string.replace(vbCrLf,"<br>") for removing the line breaks in a string that comes from sql db to CSV file. It works for some but still there are few records which will go to new line even with the above code. Is there any other line breaks a part from vbCrLf in asp.net?
Regards
Mykhan

