Call search stored procedure to grid

Good day

I have a stored procedure that brings back fields thats already been manipulated.

i want to have the client enter between dates and products in search, then call my stored proc and return values to a grid?

How do i go about this

You would have to write the results to a new table and base your grid on that table.