|
SaveInFile property
r.a.d.editor offers the unique ability
to save content directly in the ASPX
or ASCX file, which contains the editor.
This functionality greatly simplifies the development in many
cases, when pages with more static content (such as "About Us" for example) can be equipped with
an editor, without the need to be connected to a database.
Important Note: Sometimes when you simultaneously browse and edit
your web application, Visual Studio .NET might lock the file, and the editor will not
be able to save the content directly to the page. When the project is deployed
on a web-server and is not accessed directly by Visual Studio
.NET or other IDE
this problem does not appear.
|