Reymon Reyes - 2010-12-14

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.