Storing HTML text and Images in SQL Server Database

  •  04-03-2009, 5:37 AM

    Storing HTML text and Images in SQL Server Database

    We have application in ASP.NET 2.0 and we use SQL Server 2005 as back end Database. We are planning to create a module for Help Management where we want to maintain a Hierarchical structure of Table of Content and corresponding Help Text (will contain images) related to each node. We would like to use Cute Editor for content part. Also we would like to store everything in SQL Server database table including images. Also content writer should be able to upload images / documents from the editor itself which needs to be stored in Database table. Also there will be a View mode where Table of Content will be displayed and clicking on any node will display the content (HTML and Images from Database table).
     
    Is it possible to achieve the above mentioned scenario using Cute Editor?
     
    I really like this editor and want to use it for our module.
     
    Thanks,
    Ajay
View Complete Thread