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)