5
Reply

output dynamically generated ASP.NET page to HTML

Craig Davis

Craig Davis

May 18 2011 8:39 AM
2.2k
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.

Answers (5)