Welcome Guest Search | Active Topics | Sign In | Register

Editor control HTML not updating Options
wheels496
Posted: Friday, May 27, 2011 8:08:05 AM
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?
eo_support
Posted: Friday, May 27, 2011 8:12:37 AM
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



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.