ASP.Net. Visual Web Developer 2012. Windows Server 2008 R2. SQL Server 2008. Cute Editor.
I am using the Cute Editor control on a web page within a site designed using Microsoft Web Developer. The Cute Editor is in a formview control. The CuteEditor control is bound to a field in a SQL table. Any changes I make to text within the Cute Editor box DO NOT SAVE to the database when I try to update the bound record. All the other controls (non-CuteEditor controls) that are also bound to fields in the table save fine when I do the update. What could be causing the Cute Editor to behave this way?
The Cute Editor control is in a formview control that also has some textbox controls. Changes made
in the textbox controls save. It is just the Cute Editor that gives me the problem.