General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Adding a Footer using ASP
Response.ContentType = "application/vnd.ms-word"
Response.AddHeader "content-disposition", "attachment; filename=Sample.doc"
How can i add (Odd/Even) Page footers in word document through this ASP Page (ie., The above statement stores in temporary buffer and opens word document.In this footers should be added)