Hi,
I have this issue. I have a table1 with column Info (Ntext).
And aspx page with RAD EDITOR.
I am using UPDATE operation with N for special character and RADEDITOR.TEXT property, which will save entered text to my table.
But I want to load that saved data back to RAD EDITOR on other page, but to keep the formatting, because after saving with
RADEDITOR.TEXT property the text displayed on RADEDITOR is in flat format - all loaded text from database is appear on one row only?
I don't want to use here radeditor.content property, because i am using that column after that to generate some reports on word and i will need data in this way for generating special symbols on word, and i need to use RADEDITOR.TEXT property instead of .CONTENT property. But after that i have loading issue on radeditor- evrtng is appearing on one row?
How can i avoid this?
Is it possible using RadEditor.Content property to save ™ as ™ in datatable instead of &trade?
I have this issue. I have a table1 with column Info (Ntext).
And aspx page with RAD EDITOR.
I am using UPDATE operation with N for special character and RADEDITOR.TEXT property, which will save entered text to my table.
But I want to load that saved data back to RAD EDITOR on other page, but to keep the formatting, because after saving with
RADEDITOR.TEXT property the text displayed on RADEDITOR is in flat format - all loaded text from database is appear on one row only?
I don't want to use here radeditor.content property, because i am using that column after that to generate some reports on word and i will need data in this way for generating special symbols on word, and i need to use RADEDITOR.TEXT property instead of .CONTENT property. But after that i have loading issue on radeditor- evrtng is appearing on one row?
How can i avoid this?
Is it possible using RadEditor.Content property to save ™ as ™ in datatable instead of &trade?