allowing basic text formatting in a asp.net control
Mainly, how do I allow carriage returns from a textbox control entered in the administration section of my site, which is stored in sql server as nvarchar(max)
I might implement a full wysiwyg at some point but for now, what is the simplest and most secure way to allow line breaks and/or html tags in the text box?
|