Rank: Newbie Groups: Member
Joined: 5/27/2011 Posts: 1
|
I have downloaded your controls for evaluation purposes-ie don't have a licence yet.
I added the editor control to a web project in visual studio 2005. I then successfully wrote code to save the HTML to a text file and obviously read that text and set the HTML on page load.
This worked for 15 minutes or so, but now even though I change the HTML by typing into the keyboard, upon saving, the HTML property just has what it was loaded with in page load, although the actual editor has different text. Is this a limitation of the free version?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. This has nothing to do with license. It's most likely a code error in your saving/loading code. The Editor just takes what you give to it and does not save the contents anywhere, so if you see it has the wrong content, then it's usually because you have given it the wrong content. You can try to replace the Editor with a simple textbox to verify this.
Thanks
|