User259735815 posted
I need a way with VB.NET (or something else, perhaps, on the same page), to get all the current HTML, including the form data that is currently filled out and rendered on the current web browser instance displaying my ASP page. When I say render, I
mean the literal HTML that is produced for the browser to render, including all form data that is filled out.
How is this done as a one-off from a Submit button? Since I'm trying to create a PDF file as a "paper trail", I need the full HTML source to the current render state.
Thank you in advance... :-)