User632751675 posted
hi,
I'm using automapper to update fields in a database. After the database is updated, the data can be viewed via web application. I have one field that contains data for three items. I would like to have each appear on a separate line so
that it can be easily read.
I have tried adding \n\r , \n, system.environment variable, <br>, <\br>, in between the items. None of these have worked, everything just wraps and it's hard to read.. it looks like newline chars are being removed or ignored.
Do you have any suggestions to make this work?
Thank you!
MG