SarahVandenbroucke
Programmer
Hi,
I have a webform with a multiline TextBox. So users can enter text here with multiple 'newlines'. The value (lets call it 'Reaction') of the TextBox is saved into the database.
Now I want a datagrid that gives an overview of all the 'Reactions' with the newlines.
What I'm getting is:
"This is an example of what I want:- all the enters must be respected- not a full block of text",
but this is what I really want:
"This is an example of what I want:
- all the enters must be respected
- not a full block of text"
Is there any way to achieve this?
Many thanks!
Sarah
I have a webform with a multiline TextBox. So users can enter text here with multiple 'newlines'. The value (lets call it 'Reaction') of the TextBox is saved into the database.
Now I want a datagrid that gives an overview of all the 'Reactions' with the newlines.
What I'm getting is:
"This is an example of what I want:- all the enters must be respected- not a full block of text",
but this is what I really want:
"This is an example of what I want:
- all the enters must be respected
- not a full block of text"
Is there any way to achieve this?
Many thanks!
Sarah