Hi,
I have created database driven modules, in my module simply I enter the text in the dnn TextEditor and save it in the database, the text has been saved in the database with following format:
<p>Header Text: </p>
And then I am using following code on the repeater to display the text in the view.aspx:
<%# DataBinder.Eval(Container.DataItem, "headerTexts").ToString()%>
But the browser display the text like this:
<p>Header Text:&nbsp;</p>
Does anyone know the problem; I really do appreciate any suggestion.
Thanks,