Raja A

Raja A

  • NA
  • 26
  • 67.7k

Add Header and footer for word programmatically using c#

Jan 9 2014 1:47 AM
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)