Hi,
I want to create invoices using ASP which should be printable and with page breaks. Please help
Thanks in advance
Hi,
I want to create invoices using ASP which should be printable and with page breaks. Please help
Thanks in advance
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
Can you tell me how
Response.ContentType = "application/vnd.ms-word" Response.AddHeader "Content-Disposition","attachment; filename=billing"&strInvoiceNumber&".doc" Response.Flush
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.