ASP.NET Template Selector/Builder - Dynamic CMS

Posted by Ugene on Stack Overflow See other posts from Stack Overflow or by Ugene
Published on 2010-04-08T19:23:00Z Indexed on 2010/04/08 19:23 UTC
Read the original article Hit count: 154

Filed under:
|
|
|

I am currently building my own CMS for various reasons that could take a long to explain...

However i am looking for a dynamic solution to create templates for pages within the CMS and all areas must be editable via the administration area, maybe large text areas broken into multiple areas, text and image area on a page etc.

Following on from the above i would like to create the following:

Create a new page (selecting a pre-defined template like below)

http://img525.imageshack.us/img525/9872/nestedpages.png

and then upon editing the page it would have created as many text editors required for each editable region or a file upload control for an image area for example.

i am thinking of using nested masterpages for the design elements, just unsure the best-practice way to achieve the above (db structure etc)

I somehow hope this provides enough information but are happy to answer any questions you may have.

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql-server