I am using FreeTextBox control
in asp.net.When I am getting its HtmlStrippedText in my code I am getting the String without HTML tags.Now how can I get the new line character from this String i.e. I want to Replace All the NewLine characters with Special Symbol “@”.
Got the Solution:
Got the HtmlStrippedText in String str and then got replace it like this: