I am using HtmlEditor from AjaxControlToolkit.
how can I get the text that I type in the editor into a div. I want to show whatever is typed as a preview message. I do not want to use the preview that comes with the HtmlEditor.
I am using a normal html button to do preview again.
Can someone please help