i want to paste all the strings from a datatable collumn into one single string which is not in the datatable
i want the strings to be pasted in the single string in the right order
that't from top row to the row on the bottom so the string in the top row will be at the beginning of the single string en the row on the bottom at the end
my question is: what is the best way to do this?
i don't know if it matters but i'm using Visual C# Express 2008