How can I save rich text format data using asp.net in database ? How to retrieve the same data in a gridview ?
I am trying to the take the input using texteditor provided in bootstrap framework.
How can I save rich text format data using asp.net in database ? How to retrieve the same data in a gridview ?
I am trying to the take the input using texteditor provided in bootstrap framework.
I have found a solution to this question. One easy way for a begginner is to use Editor control in Ajax Control toolkit bundle. Editor control can be used like most of the other controls are used from the Ajax Control Toolkit(ACT) bundle. You need to add the ScriptManager from ACT bundle for the Editor control to work.
Helpful link : [Online Demo and Documentation of the Control]
The saved value can be fetched and binded into a label control or even a gridview to view on the webpage.