Advanced Topics

The information contained in this section is included for the advanced developers who want to take advantage of some of the more advanced capabilities of CuteEditor. For common programming tasks, the Common Tasks QuickStart will be enough.

Store images in a Database

Store Files (images and documents) into a Database ( download the example source codeDownload source code)

Using an access database as the file storage

Using a Sql Server database as the file storage

asp.net file picker?

How to use CuteEditor as a file picker?( Demo)

This example demonstrates how to use CuteEditor as a file picker.

How to use CuteEditor as an image selector?

How to use CuteEditor as an image selector?( Demo1 |  Demo2 )

This example demonstrates how to use CuteEditor as an image selector.

How to capture the save button click event?

How to capture the SAVE button click event?( C# | VB )

This example demonstrates how to capture the SAVE button click event by using client-side code and server-side code.

Add a Cross Browser Modal Dialog Box to Cute Editor

How to create a custom button(client side) which displays a dialog?( C# | VB )

This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross Browser Modal Dialog Box.

create/register a custom button (Server Control) to Cute Editor

How to create/register a custom button (Server Control) so that it can be used in the template?( C# | VB )

This example demonstrates how easy it can be to add Server Controls to the CuteEditor and register it into Cute Editor toolbar.

dynamically populate the dropdown menu

How to dynamically populate the dropdown menu?( C# | VB )

This example demonstrates how to programmatically populate the Cute Editor dropdown menu.

dynamically populate the tree view dropdown menu

How to dynamically populate the tree view dropdown menu?( C# | VB )

This example demonstrates how to programmatically populate the Cute Editor tree view dropdown menu.