Hi guys, here another problem!
I have a TextBox with TextMode="Multiline" in which users can insert long texts, including line breaks.
When they insert a single line break everything is fine. But when they insert two subsequent line breaks (one after another), when retrieving the text from the database and loading it in the textarea produces only one line break and one single space, which breaks all my plans!!
Example:
1) User writes:
Some text
Some other text
If saved and reloaded it displays:
Some text
Some other text
2) User writes:
Some text
Some other text
If saved and reloaded in the textarea it displays:
Some text
Some other text
(Case 2 is the error)
Please, help me!!!!!
Thank you very much!
Alessandro
...
Go to the complete details ...