scheineden,
CuteEditor for .NET works as .NET server control. You have to register CuteEdtior on the top of your aspx pages.
In CuteEditor for ASP, you have the option to use Editor.GetString Method.
This function returns what the Draw function used to write to the response buffer as a string.
Example Code <% Dim editor, content
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = "Hello World"
'returns what the Draw function used to write to the response buffer as a string. content = editor.GetString()
Response.Write content
%>
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