Question Need HTML on current ASPX page (the rendered and complete, including filled out fields)

dl0dth

New member
Joined
Feb 22, 2021
Messages
2
Programming Experience
10+
I need to get the current HTML render string data from the current page while I'm in code behind. I need the HTML so I can pass the literal HTML as it is rendered in the browser at this moment to a PDF rendering engine that will make it into a PDF file. I'm not concerned with security or anything like that, I just need to have a Dim String variable that contains the currently rendered HTML.

Once I have that, I should be able to pass that string to the PDF generator at which point I should get the PDF file that I'm looking to generate based on the current contents of the HTML form.

Thank you,
-D
 
Back
Top