6
Answers

Add Header and footer for word programmatically using c#

Raja A

Raja A

9y
3.6k
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)