Read and write to RTF text field in a database from ASP.NET?

  • Is is possible to read and write to an RTF text type field in a database from an editor control in a ASP.NET web application. We need a simple solution to allow our clients to enter and edit an existing Rich Text field in a database. This is in a ASP.NET web application we are developing in Visual Studio 2008. Not sure if this is the appropriate control. We have used HTML text editor controls for web applications. Now we need a RTF editor control that can easily edit the field in the database. Thanks.

    • Offizieller Beitrag

    Hi,

    unfortunately TextDynamic is not a control for ASP client applications. It is possible to run it in a user control and some are using this feature. But it is not automatically promoted to ASP client.

    Regards!