Hi i have a sharepoint list having field of type "multiple line of text" .i am storing this data in a datatable.i need to store this "multiple line data" in datatable row separated by comma.
row in sharepoint list:
c1 c2 c3
1 b a b c
in datatable i need to store as
c1 c2 c3
1 b a,b,c
any pointers will be helpfull