I'm trying to add data to a sharepoint from from C#.
I have the xsd from which I have a class (using xsd.exe) and my access is through the class.
The richtextbox is represented as a string.
When I add newlines separated by spaces, all spaces and newlines are removed and the whole "table" I'm trying to create is displayed in one line.
Help?
Let me point out that the best thing would be to have that displayed as a table. But even rows one after another would be good.