Insert textbox with paragraphs into sql
I have a text box where the user writes text using paragraphs. These paragraphs get stripped out when I insert the text into SQL. I know how to add returns into SQL but how can I get the return from the textbox?
Thanks