Creating templates pages dynamically

Posted by Jpchoudhari under ASP.NET AJAX on 4/26/2012 | Points: 10 | Views : 2046 | Status : [Member] | Replies : 2
Hi,

I am creating a asp.net solution in which I want a user
1) To create template pages dynamically (He should able to give template a name of his own and should actually generate a file)
2) he should able to create pages dynamically and select the template for this page.
3) should able to create and link these pages dynamically through admin back end of the site.

This is kind of CMS idea where i know how i can manage the content of the pages but i want some idea where user can create templates and pages dynamically and link it to main site.

Any open source tool available for this???? any idea how to execute this is welcome....

Kind Regards,
Jay



Responses

Posted by: Marquish on: 4/26/2012 [Member] Starter | Points: 25

Up
0
Down
You can do it with text template, generally known as T4 with visual studio.
The link below might be useful for you,
http://www.dotnetthoughts.net/2009/07/31/code-generation-using-t4-templates/

if not solved, please be specific and let know.



Jpchoudhari, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Jpchoudhari on: 4/26/2012 [Member] Starter | Points: 25

Up
0
Down
Hi,

Thanks for your reply but i am talking about design templates. Kind of wordpress thing where they have design template structure ready and they can apply to other pages.

I want this to be controlled by user via site admin panel.

I hope you understand.

Kind Regards,
Jay

Jpchoudhari, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response