I am building a custom order form and order history control and I am not sure if it would be best to split it into two seperate controls that are inserted into different umbraco pages. What is the common practice in umbraco for handling controls like this?
Should I have 1 control that uses AJAX to update and replace sections of the page or several pages?
The order from will first display an order history, this will have options to add, edit and delete open orders and display past submitted ones. Clicking on an option will display either a new order form or a previous one that can be edited.
Large usercontrol
Hi,
I am building a custom order form and order history control and I am not sure if it would be best to split it into two seperate controls that are inserted into different umbraco pages. What is the common practice in umbraco for handling controls like this?
Should I have 1 control that uses AJAX to update and replace sections of the page or several pages?
The order from will first display an order history, this will have options to add, edit and delete open orders and display past submitted ones. Clicking on an option will display either a new order form or a previous one that can be edited.
Thanks
is working on a reply...