Sarah Lee 0 Light Poster

Hi

I am populating some gridview, based on the user inputs.
What I would like to do is
- the user selects the inputs
-click the button
-populate the gridviews.

I am inserting some information, on this button clcik event.
Along witht that, i want to insert the url of the webform displayed, into the table, so that, when the user needs to see, his saved page, he can.
eg: http://localhost:3124/test/test.aspx

Is there anyway we can save the url in database, and reproduce the same page, if given the navigateurl type concept?
I am using asp.net 2.0

it will be really greatful if someone helps me in this

Thanks