Hello,
I installed cute editor and been trying it out.
I tried playing around with inserts and updates. But the update doesnt seem to work
Here is my code
string msg = editor1.Text;
But when i try passing this to the db, it cuts out the appended message. I also tried adding it as thus
label1.Text = msg;
But it cuts out the update text.
E.G. If i originally had in my text "The quick brown fox"The quick brown fox" and then I added to the text "The quick brown fox jumps over the lazy dog"
When i check for the results, I only have the original ie "The quick brown fox"
The rest is cut out ???
please advice
Ehi