Hi, I was hoping to find a tutorial that I could follow along. I also did a Internet Search for example code using CuteEditor but found nothing.
The website that I am working on is written using Visual Studio 2008 in C#.
I have a MasterPage.master. I have several webpages that have a ContentPlaceHolder.
For example: I have a page called News.aspx. How do I go about telling CuteEditor to bring the content of the News ContentPlaceHolder into the screen to be allowed to be changed and then place that change back into the webpage (option #1). Or do I do that by using a database and every time that the page gets loaded the database reads the current content and pictures and places them into the page(option #2).
I am hoping that option #1 from above is achievable.
Thanks, to whoever is kind enough to get be started in the right direction.
john