Hello,
I want to get the HTML of the page that is currently being rendered (in ASP.NET2). I have tried various things in the PreRenderComplete event, but not having much luck yet.
Is this possible do you think?
This reason I am doing this is so the HTML can be stored in a database for auditing purposes.