I wish use Umbraco as base and content manager layer and I've to build on top some business logic function for tracking products. So input and put data into a SQL database.
After I wish retrieve data and present them on Umbraco pages.
If I had time I'd go into more detail, but for now you can peruse these links in an effort to gain more understanding (the key is to create a 'model' and corresponding 'SurfaceController' that handles it, then use `Umbraco.BeginUmbracoForm` and whatnot):
Umbraco v5: Form, Hives and MVC
I wish use Umbraco as base and content manager layer and I've to build on top some business logic function for tracking products. So input and put data into a SQL database.
After I wish retrieve data and present them on Umbraco pages.
How create form ( into 4.7 I used usercontrol )?
Is there a good starting point?
Thank you
If I had time I'd go into more detail, but for now you can peruse these links in an effort to gain more understanding (the key is to create a 'model' and corresponding 'SurfaceController' that handles it, then use `Umbraco.BeginUmbracoForm` and whatnot):
- Jupiter Plugins - Part 5 - Surface Controllers
- Implementing AJAX by adding new MVC area
Thank you for your reply.
I think that there is a lack of documentation on this new and important functions.
A must have may be a free videos in Umbraco TV.
Is there a package for developing that like VS Umbraco 4.7 usercontrol template?
is working on a reply...