5
Answers

output dynamically generated ASP.NET page to HTML

Craig Davis

Craig Davis

13y
2.3k
1
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)