Hi every one.
Can it really be so hard to find a proper guide to understand for an umbraco beginner like me, on how to make a CRUD. I try to make a page with prices for hair cuts.
I must be able to create, edit or delete the prices in back office. In front end imust be able to list all the prices that a visitor can see them
I don't know which way to do it. Google confuses me more than it helps me.
How to du simple CRUD im umbraco ?
Hi every one. Can it really be so hard to find a proper guide to understand for an umbraco beginner like me, on how to make a CRUD. I try to make a page with prices for hair cuts.
I must be able to create, edit or delete the prices in back office. In front end imust be able to list all the prices that a visitor can see them
I don't know which way to do it. Google confuses me more than it helps me.
Hi,
What kind of "CRUD" do you want to know? BackOffice or front-end??
If it's backoffice, you need to understand the concept of content in Umbraco
https://our.umbraco.com/documentation/Getting-Started/Data/Defining-content/
And how content is displayed on the front-end
https://our.umbraco.com/documentation/Getting-Started/Design/Rendering-Content/
If it's front-end, then it's MVC with SurfaceController
https://our.umbraco.com/documentation/reference/routing/surface-controllers
https://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/
Thanks for replay it is also in the backoffice i want to learn how to CRUD 😃
is working on a reply...