Adding a Footer using ASP - TechRepublic
General discussion
November 17, 2005 at 08:56 PM
kbmanojkumar

Adding a Footer using ASP

by kbmanojkumar . Updated 20 years, 2 months ago

I have used this Statement to Export to Ms-word
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)

This discussion is locked

All Comments