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
 
Back
Top