output dynamically generated ASP.NET page to HTML
I would like to output a dynamically generated ASP.NET page with a form to HTML to be stored on server. Parameters are passed to the page through Server.transfer. Ideally I would like to save the page as html after the user has entered data on the form and clicked a button to submit the page.