Hello
I've been tring to use CuteEditor.Net 5.3 in my app
I added a button in toolbox and every time thta button is clicked the form is submited
my problem relies here... It seems never to update cuteEditor.Text property no matter what i've typed
this a piece of my code (VB.Net):
PageLoad:
if page.isPostBack then
str = cuteEditor.Text
else
cuteEditor.Text='TESTING...'
end if
in the first postback i allways get the original content no matter what's inside the editor in my web page...
my text property ins't working... it down't update the content!
even when i go back to my page from the postback all content reverted to what was initially set... it does not keep the cuteEditor content
can you help me here?
regards
Jorge Ribeiro