Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
I am using Asp.net MVC4 i want to create dynamic pages for client.It's should be on admin side and admin can create new pages. I searched many times but still nothing found plz i any one can tell me
Thanks


What I have tried:

I am trying from many hours I am very thank full to you
Posted
Updated 22-Nov-16 20:13pm
Comments
Suvendu Shekhar Giri 14-Nov-16 0:44am    
So, what is the question here?
Aitzaz Ahsan 14-Nov-16 0:55am    
i want to create dynamically Content pages in asp.net MVC e.g In CMS a client make new content pages like About Us page or Contact Us page. Admin can create these pages from dashboard.. Understand or not?
F-ES Sitecore 14-Nov-16 4:07am    
I'd start by probably looking at some open-source CMS systems to see how they work, and also to just learn MVC in general and how to do some of it will become apparent. What you want to do is quite a complex task, not answerable in a "quick answer" forum.
Aitzaz Ahsan 14-Nov-16 6:34am    
Thanks got point :)

1 solution

Hello,

Re:
C#
Creating a dynamic page with layout page content


Answer: You can use Database for store the basic HTML and Javascript content of dynamic page and load the content as partial view on main page. Added Layout on main page.

Step: 1 Save your dynamic page basic structure into Database table.
Step: 2 Create a blank page for add the dynamic content. It should be shared page.
Step: 3 Added you layout on shared page.
Step: 4 When you create a new page. Take dynamic page contents from Database and plotted on shared page.

Please ask freely if you have any question on it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900