Hi,
I followed the ASP.NET instructions diligently, and the control appears beautifully on my web page. If I set the .Value property it displays correctly.
BUT
Any changes I make to the value of the control on the web page are not saved at all when I do a postback.
The .Value property simply is not affected by anything the user does on the front end; it appears it only works in one direction!
What am I missing? I'm a complete newbie to asp.net, so there's probably something obvious that I'm missing...
Thanks,
Shaul
I followed the ASP.NET instructions diligently, and the control appears beautifully on my web page. If I set the .Value property it displays correctly.
BUT
Any changes I make to the value of the control on the web page are not saved at all when I do a postback.
The .Value property simply is not affected by anything the user does on the front end; it appears it only works in one direction!
What am I missing? I'm a complete newbie to asp.net, so there's probably something obvious that I'm missing...
Thanks,
Shaul
Re: FCKEditor appears on web site but Value property isn't being
If you're basically following the samples or the steps found in the FCKeditor documentation, I probably can't help - I'm not an ASP kinda guy.
If you're using some other indirect postback mechanism, please read through this thread on updating the editor contents to the form before doing a form copy.
Re: FCKEditor appears on web site but Value property isn't being
Thanks, I'll look into that...