Hi
i used the Editor.text property and got the text .
let me explain. if i have entered
Hi i am Testing.
when i read from Editor using Editor1.text the text which is stored in database is
<p>H<strong>i i am <em>Testing. </em></strong></p>
And when i retrieving the data from data base and loading into word document, i am getting
<p>H<strong>i i am <em>Testing. </em></strong></p>
But i need to get Hi i am Testing.
So what to do for that?