I'm currently using your mvc framework in my current winforms project. My problem is that I've got one view/controller that I want to use on multiple task. This view/controller is a search form for searching and selecting products. This search product view is to be used on multiple task such as inventory, sales entry and others. How do I effectively implement it on multiple task?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
You mvc framework is great!
I'm currently using your mvc framework in my current winforms project. My problem is that I've got one view/controller that I want to use on multiple task. This view/controller is a search form for searching and selecting products. This search product view is to be used on multiple task such as inventory, sales entry and others. How do I effectively implement it on multiple task?
Thank you.