Hi How to update Fieldset so that it display Htmleditor text
On my page i've got htmleditor and Fieldset.
In codebehind am doing Fs.update(htmleditor.text).
This one works but partially. It doesnt working if i make text Bold in Html editor.
Text comes without Bold fonts in Fieldset

Is their any other possibility to accomplish this?