Question
Need help transferring data from aspx form to pdf form
I have an information form in my software application (de_school.aspx) that contains a link to a pdf. When the user clicks on the pdf link I want the customer's name from de_school.aspx to appear in the School field on my pdf form.
de_school.aspx is the name of the form i want to take the data from
txtSchoolName is the field on the de_school.aspx form I want to get
School is the field on the PDF I am trying to populate
