Posted on: 2/11/2014 8:37:53 AM | Views : 656

Dear asp.net experts
I have a old CMS project in asp.net webform. It is using master page and nested master page.
I want to implement multi - template for this, tried many ways but I got confused with it. I need your help to it.
As you know if we build the webforms project and allow master to be editable then we may see some html code and content place holder in *.master file. By editing these html code, end-user may change style of the pages. This is working ok but end-user can't add more content place holder. Amount of content place holder is fixed, is pre-defined on build.
So, how can I do to allow end-user to be able to add new content place holder into master page?
Or if you know some ways to implement multi-template in asp.net webforms and after building, the end-user may easily add/remove/organize layout and component easily without rebuilding the project, then you may help me too.

Thanks


< ...

Go to the complete details ...