Hello,
I've been developing in ASP.Net (web apps with SQL integration) for several years but the concept of CMS is new to me. I followed the guide and got CuteEditor installed on me web application project but I'm stuck. Are there any code samples out there to show how to use/integrate CuteEditor to an existing site? The questions I have may be common sense for most but I'm just trying to wrap my head around it.
Questions are:
If I use CuteEditor to generate the html code then capture that code on SAVE, how do I use that new code to update my existing page or edit my existing page? Does it write to the ASPX page directly or do I have to save it to a DB and output it to the page I want? Am I even making sense?
Hope someone can help point me in the right direction. A simple sample project code will go a long way. Thanks!!!