Hi all, I am using Umbraco @ entry level and would like to know, how we could make the below...
Users visit umbraco backend where they upload some news for example and we store them into custom DB Table...
With MVC is quite simple, where we have a form saving the appropriate data to DB, we would like to make the same concept with Umbraco.
I know how to make pages and subpages ...etc but this form will act a the UI for the DB.
You could just create a front end section of the site that is accessed with a login and in that section you could have the form to act as the UI for the DB.
Umbraco Simple Question
Hi all, I am using Umbraco @ entry level and would like to know, how we could make the below...
Users visit umbraco backend where they upload some news for example and we store them into custom DB Table... With MVC is quite simple, where we have a form saving the appropriate data to DB, we would like to make the same concept with Umbraco.
I know how to make pages and subpages ...etc but this form will act a the UI for the DB.
Thank you!
Hi LD,
Welcome to our forum!
Why do you need to store articles in custom DB table?
I'm afraid that you need to write custom section for working with custom database table.
If you want to use Umbraco as CMS it makes sense to use it like DB for articles, in this case you need just add content section access for users.
Thanks,
Alex
You could just create a front end section of the site that is accessed with a login and in that section you could have the form to act as the UI for the DB.
is working on a reply...