I am developing a payment system and I need to produce a receipt for the client one he/she has paid.
Is it possible to generate a receipt (Report Like) Using information on the form/user controls on the form.
I am using ASP.NET working in web developer environment.
Is there a way I can have this receipt and if possible print it?
Look at the attached form called receipting.aspx bellow.
I need most of the information from the fields on the generated receipt.
I have designed a report in crystal but I do not know how to design it bu using the fields on the form and not from the database. Will someone tell me how to go about using the information on the form?
I think, fields on the form represent fields on table.....
If you insist to capture all fields from form, use temporary table or send sessions to crystal report by using formula, but use session is not recomended.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.