I want to build a control that looks like a editor but I don't need many editor's features. In this control, user can input in a textbox with multiple paragraphs. And I want to get what user typed there. If I use a ASP.NET's textbox, I get a string, not the multiple paragraphs. Please help me to solve it. Thank in advance.