Hi ,
I have an application that consists in different forms. Customers have to fill them up and then I have to create a pdf file with those forms including the customer's inputs. I have the ASPPDF control which lets me create pdf files from HTML/ASP/ASPX files.
One of the parameters is either the URL(which of course wont include the users inputs) or the actual HTML code.
Here is my question. How can I have access to complete the HTML code(including the user inputs) in the code behind page so I can create the pdf?
Thanks in advance.
...
Go to the complete details ...