6
Answers

Add Header and footer for word programmatically using c#

Photo of Raja A

Raja A

11y
7.8k
1
Hi,
 
Response.ContentType = "application/word"; Response.AppendHeader("Content-Disposition", string.Format("attachment; filename={0}_Final_Entry.doc", "contractoc"));
 
// here I need to add header and footer for word..  Anyone help me

Answers (6)