jump to navigation

ASP ile Word Belgeleri Oluşturma 9 Eylül, 2008

Posted by cemg in ASP.
Tags: , , , ,
trackback

<%
Response.ContentType = “application/msword”
Response.AddHeader “Content-Disposition”, “attachment;filename=NAME.doc”
response.Write(“Dotnetindex.com : Visit Site” & vbnewline)
response.Write(“We can use HTML codes for word documents”)
response.Write (” CSS can be used tooo”)
%>

Yorumlar»

No comments yet — be the first.