Mark,
First it's possible to retrieve the data from the editor using the client side script.
Here is a demo:
http://cutesoft.net/example/JavaScript-API.aspxCode is as followings:
function getHTML()
{
// get the cute editor instance
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
// Get the editor HTML
document.getElementById("myTextArea").value = editor1.getHTML();
}
Here is another demo which show you use the CuteEditor in ASP, PHP and JSP applications.
http://cutesoft.net/example/dad.htmlHope it helps.
Let me know if you have any further questions.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx