Possible Duplicate:
Response.Redirect with POST instead of Get?
I need to redirect a user from one page to another, that's easy, but that second page is actually a page that will take the POST variables and print the page. What I need is the function (if it exists) that will let me redirect the user and also send that data by POST to the page Im redirecting the user to.