Hi,
Probably simple question but it has been a long time since i work with UI,
I have a textarea that the user can enter his input. I'm saving the input into sql server table.
when i want to display the input all the breaks that the user entered are gone.
I remember there was a way to replace char 13
with <br/>
(did that with classic ASP)
I wonder if there is any better way to over come this problem with asp.net,
Thanks.