1
Answer

Building CMS in Asp.net MVC5

Fares Ayyad

Fares Ayyad

7y
1.6k
1
Hello 
 
I'm trying to build a CMS to my Asp.net MVC 5 website  i already done with it's layout(Master Page), now i'm figureing out how could i use implment CMS to Update Article Delete Article Edit Article, after searching internet i found that:
 
Some resources adviced me to use an open source projcet such as:
 Orchard
http://docs.orchardproject.net/en/latest/ 
 
Then I found this tatorial on youtube:
https://www.youtube.com/watch?v=BbN7qrZp2z8&list=PLHv0omRXzUGq5925Kc8n-6LbI86r-1Mt8
 
that explains how to integrate Episerver with MVC5 but really i'm confused.
 
Can anyone guide me to right way to implment the CMS, even if i have to build a simple one from scratch. 
 
Note that:
 
my application is simple, it's like news website(Articles and images) 
Answers (1)
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
I have a specific problem as follows. See i have one button and i have written a function onclick of this button in my code behind form. ok. Which will be executed when that button is clicked. But that code is server side. Now I want to check if any of the checkbox in my datagrid is checked or not on click of this button? how to do this? Please help? Regards. kash
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
Is there a specific question here? You can still have javascript error checking with asp.net validation controls by the way.