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.

Thank you
HELP!!!!!!!

Recommended Answers

All 3 Replies

try to use Crystal Report or Reporting Services

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.