views:

14

answers:

0

Hi,

i have a quick search and advance search pages, both are controlled by search controller, i have 2 action methods quick(...) and advanced (....) in my controller. Both pages have sumbit buttons and they are calling two different action method "qucikresults(...)" and "advancedresults(....)".when both method executes they return products, now i want to show my products on the same page called results.aspx? how would i achieve this.

Thanks