Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a website all done and in working condition.

Now i need to add Create the CMS as part of that.... when admin logged,

I need to show a edit button on any page, when clicked on edit button , he should be able to edit the page and the edit should be in the same format of the page.


How can i achive this. my project is in MVC3 C# razor .

Thanks in advance guys.
Posted

1 solution

You can use CKEditor[^] for example. Google can give you several examples how to use it in MVC3. The only thing is that you have to store your articles in a repository (a database for example) and treat them as data. Actually an article, that can be edited is just a text field in the model mapped to a textarea element.
 
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