I want to format all kind of input in text area like line break, numbered list etc whatever user enters just like if I'm writting right now in text area(on bytes) and it will printed on screen as I'm entering. Is there any inbuilt function in .net framework by which I can achieve this functionality? I'm working on web site where user will enter some detailed description in text area. Now user can input text which may contain line break, list, etc. I will store this in database and will retrieve on page as per the query fired from web page. But the problem is when user enters the text in text area and clicks submit, it gets stored in database in incorrect format like all the lines, bulleted lists are stored in the continuation without formatting. I don't bother how it gets stored in database but concerned about putting on the page after fetching from database in the same format as user entered previously.
Thanks.
Thanks.
Comment