How to insert formatted data through a TextField into a Database and to display in the same format using ASP.NET 2.0?
I am using ASP.NET 2.0 and C#. In that I want to save the formatted(e.g. Bulleted text, Numbering, Paragraphs etc) data through a TextBox into a database and also I want show the data into the same format. Please help me how to do?