954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Printable asp reports

Hi,

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

Thanks in advance

venkat_9099
Newbie Poster
10 posts since Feb 2004
Reputation Points: 10
Solved Threads: 0
 

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.

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 

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

venkat_9099
Newbie Poster
10 posts since Feb 2004
Reputation Points: 10
Solved Threads: 0
 

Can you tell me how

kanwar_avtar@ho
Newbie Poster
2 posts since Mar 2004
Reputation Points: 10
Solved Threads: 0
 

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

venkat_9099
Newbie Poster
10 posts since Feb 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You