Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Create Invoice as pdf files

Author  Topic 

urpalshu
Starting Member

21 Posts

Posted - 2006-09-29 : 10:14:30
I have a DataGrid Displaying Order History Information.

In one of the columns I have Invoice Number being displayed as a link.

When I click the link, I want an invoice for that particular record to be displayed.

I do not have any pdf files with the invoices.

Please could somebody give me a good approach to generate the invoice?

An easy approach is to create a web form, and diplay the Invoice detail by grabbing data from the database.

Is is possible for me to generate the PDF files all by myself?

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2006-09-29 : 13:17:05
Try this
http://www.google.com/search?hl=en&q=asp.net+generate+pdf&btnG=Google+Search
Go to Top of Page
   

- Advertisement -