Is this Possible?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thank you in advance for you assistance.

I was wondering if its possible to render an ASPX page and save the output
HTML as a seperate file. For instance, if I hit a database and do some
processing, I'd like to be able to save the file as an HTML file on the file
system. Is this possible?

Thanks,
 
The Response.Filter property allows to get a copy of what is written to
Response...

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top