Multiple grids per page

I need to display result-sets in one application.

The header must be a search area where a you can select a From and To date.

When the user selects “Search” the page must refresh with two resultsets below.

How would I accomplish this?

Thank you

heavy question man but I can give you a Hint…

Use a search form and place it in an iframe… set the rest of your reports in other iframes and use javascript to update the iframe’s content accordingly with your global variables.

Regards