B
Ben
Hi,
Is it possible to specify the orientation of the .doc
file to say Landscape using the following downloading
method?
Response.ContentType = "application/vnd.msword;";
Response.AddHeader ("Content-
Disposition", "attachment;filename=Test.doc") ;
Response.Write ("<html>");
....output content
Response.End() ;
Thanks,
Ben
Is it possible to specify the orientation of the .doc
file to say Landscape using the following downloading
method?
Response.ContentType = "application/vnd.msword;";
Response.AddHeader ("Content-
Disposition", "attachment;filename=Test.doc") ;
Response.Write ("<html>");
....output content
Response.End() ;
Thanks,
Ben