Hi,

I want to create invoices using ASP which should be printable and with page breaks. Please help

Thanks in advance

Recommended Answers

All 4 Replies

Your question is too broad. What exactly do you need help in? This is just a record set dump with proper formatting. I don't see how it can be hard. Please get back to us with anything more you need.

I got it. I have used ASP to redirect to word

Response.ContentType = "application/vnd.ms-word" Response.AddHeader "Content-Disposition","attachment; filename=billing"&strInvoiceNumber&".doc" Response.Flush

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.