Hi Sir,
How to get the cute editor values(what we entered) in aspx.cs page, if the editor is readonly mode.
I have tried to take the values using the code: string sVal = Editor1.value; If the editor is readonly mode It returns ONLY empty. But It returns values ONLY when remove the readonly mode.
Can u pls help me how to get the values(what we entered into the Editor) in aspx.cs page.
Thanks,
P. Rajmohan