2
Answers

How to insert formatted data through a TextField into a Database and to display in the same format using ASP.NET 2.0?

Photo of Avijit Chakraborty

Avijit Chakraborty

16y
9.4k
1
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?

Answers (2)